"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/24 05:21:36 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-zozehey0puyo" 2026/05/24 05:21:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/24 05:21:36 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/24 05:21:36 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/24 05:21:36 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/24 05:21:36 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/24 05:21:36 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell type "unix" from config 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Relative path resolved to "/rclone-test-zozehey0puyo" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Using root directory "/rclone-test-zozehey0puyo" 2026/05/24 05:21:36 DEBUG : Creating backend with remote "/tmp/rclone943726308" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:36 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:36 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:36 DEBUG : dir: Looking for writers 2026/05/24 05:21:36 DEBUG : Looking for writers 2026/05/24 05:21:36 DEBUG : dir: reading active writers 2026/05/24 05:21:36 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:36 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:36 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:36 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/24 05:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:37 DEBUG : dir/subdir: Looking for writers 2026/05/24 05:21:37 DEBUG : dir: Looking for writers 2026/05/24 05:21:37 DEBUG : file1: reading active writers 2026/05/24 05:21:37 DEBUG : file2: reading active writers 2026/05/24 05:21:37 DEBUG : subdir: reading active writers 2026/05/24 05:21:37 DEBUG : Looking for writers 2026/05/24 05:21:37 DEBUG : dir: reading active writers 2026/05/24 05:21:37 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:37 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:37 DEBUG : dir: Looking for writers 2026/05/24 05:21:37 DEBUG : file1: reading active writers 2026/05/24 05:21:37 DEBUG : Looking for writers 2026/05/24 05:21:37 DEBUG : dir: reading active writers 2026/05/24 05:21:37 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.20s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:37 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:37 DEBUG : dir: Looking for writers 2026/05/24 05:21:37 DEBUG : Looking for writers 2026/05/24 05:21:37 DEBUG : dir: reading active writers 2026/05/24 05:21:37 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.20s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:37 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:37 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:37 DEBUG : forgetting directory cache 2026/05/24 05:21:37 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:37 DEBUG : Looking for writers 2026/05/24 05:21:37 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.20s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:37 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:37 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/24 05:21:37 DEBUG : dir: invalidating directory cache 2026/05/24 05:21:37 DEBUG : >ForgetPath: 2026/05/24 05:21:37 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/24 05:21:37 DEBUG : invalidating directory cache 2026/05/24 05:21:37 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:37 DEBUG : >ForgetPath: 2026/05/24 05:21:37 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/24 05:21:37 DEBUG : >ForgetPath: 2026/05/24 05:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:37 DEBUG : dir: Looking for writers 2026/05/24 05:21:37 DEBUG : Looking for writers 2026/05/24 05:21:37 DEBUG : dir: reading active writers 2026/05/24 05:21:37 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.17s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:37 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:37 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/fil/a/b/c" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/fil/a/b/c 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/fil/a/b/c" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-zozehey0puyo/fil/a/b/c 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/fil/a/b/c" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/fil/a/b/c 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/fil/a/b/c" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-zozehey0puyo/fil/a/b/c 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:38 DEBUG : forgetting directory cache 2026/05/24 05:21:38 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:38 DEBUG : dir: Looking for writers 2026/05/24 05:21:38 DEBUG : fil/a/b: Looking for writers 2026/05/24 05:21:38 DEBUG : fil/a: Looking for writers 2026/05/24 05:21:38 DEBUG : b: reading active writers 2026/05/24 05:21:38 DEBUG : fil: Looking for writers 2026/05/24 05:21:38 DEBUG : a: reading active writers 2026/05/24 05:21:38 DEBUG : Looking for writers 2026/05/24 05:21:38 DEBUG : dir: reading active writers 2026/05/24 05:21:38 DEBUG : fil: reading active writers 2026/05/24 05:21:38 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:38 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:38 DEBUG : dir: Looking for writers 2026/05/24 05:21:38 DEBUG : Looking for writers 2026/05/24 05:21:38 DEBUG : dir: reading active writers 2026/05/24 05:21:38 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:38 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:38 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:38 DEBUG : dir: Looking for writers 2026/05/24 05:21:38 DEBUG : file1: reading active writers 2026/05/24 05:21:38 DEBUG : Looking for writers 2026/05/24 05:21:38 DEBUG : dir: reading active writers 2026/05/24 05:21:38 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:38 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/subdir/file3" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-zozehey0puyo/dir/subdir/file3 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/24 05:21:39 DEBUG : Waiting for deletions to finish 2026/05/24 05:21:39 INFO : dir/subdir/file3: Deleted 2026/05/24 05:21:39 DEBUG : removing 1 level 2 directories 2026/05/24 05:21:39 INFO : dir/subdir: Removing directory 2026/05/24 05:21:39 DEBUG : dir: invalidating directory cache 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/24 05:21:39 DEBUG : dir/file1: Reset virtual modtime 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/24 05:21:39 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/24 05:21:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:39 DEBUG : dir: invalidating directory cache 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/24 05:21:39 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/24 05:21:39 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/24 05:21:39 DEBUG : forgetting directory cache 2026/05/24 05:21:39 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:39 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/24 05:21:39 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:39 DEBUG : dir/virtualDir: Looking for writers 2026/05/24 05:21:39 DEBUG : dir: Looking for writers 2026/05/24 05:21:39 DEBUG : file1: reading active writers 2026/05/24 05:21:39 DEBUG : virtualFile2: reading active writers 2026/05/24 05:21:39 DEBUG : virtualFile: reading active writers 2026/05/24 05:21:39 DEBUG : virtualDir: reading active writers 2026/05/24 05:21:39 DEBUG : Looking for writers 2026/05/24 05:21:39 DEBUG : dir: reading active writers 2026/05/24 05:21:39 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:39 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:39 ERROR : dir/: Can only open directories read only 2026/05/24 05:21:39 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:39 DEBUG : dir: Looking for writers 2026/05/24 05:21:39 DEBUG : Looking for writers 2026/05/24 05:21:39 DEBUG : dir: reading active writers 2026/05/24 05:21:39 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:39 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:39 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:40 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:21:40 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/24 05:21:40 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/24 05:21:40 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/24 05:21:40 DEBUG : dir/potato: size = 5 OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/potato" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/potato 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/potato" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/potato 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:21:40 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:21:40 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/24 05:21:40 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/24 05:21:40 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:40 DEBUG : dir: Looking for writers 2026/05/24 05:21:40 DEBUG : file1: reading active writers 2026/05/24 05:21:40 DEBUG : potato: reading active writers 2026/05/24 05:21:40 DEBUG : Looking for writers 2026/05/24 05:21:40 DEBUG : dir: reading active writers 2026/05/24 05:21:40 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.37s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:40 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:40 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:40 DEBUG : dir/sub: Looking for writers 2026/05/24 05:21:40 DEBUG : dir: Looking for writers 2026/05/24 05:21:40 DEBUG : file1: reading active writers 2026/05/24 05:21:40 DEBUG : sub: reading active writers 2026/05/24 05:21:40 DEBUG : Looking for writers 2026/05/24 05:21:40 DEBUG : dir: reading active writers 2026/05/24 05:21:40 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.48s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:40 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/24 05:21:40 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:40 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:41 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:41 DEBUG : dir/sub/subsub: Looking for writers 2026/05/24 05:21:41 DEBUG : dir/sub: Looking for writers 2026/05/24 05:21:41 DEBUG : subsub: reading active writers 2026/05/24 05:21:41 DEBUG : dir: Looking for writers 2026/05/24 05:21:41 DEBUG : file1: reading active writers 2026/05/24 05:21:41 DEBUG : sub: reading active writers 2026/05/24 05:21:41 DEBUG : Looking for writers 2026/05/24 05:21:41 DEBUG : dir: reading active writers 2026/05/24 05:21:41 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.38s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:41 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:41 ERROR : dir/: Dir.Remove not empty 2026/05/24 05:21:41 DEBUG : dir/file1: Remove: 2026/05/24 05:21:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:41 DEBUG : dir/file1: >Remove: err= 2026/05/24 05:21:41 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/24 05:21:41 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:41 DEBUG : Looking for writers 2026/05/24 05:21:41 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:41 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:41 DEBUG : dir/file1: Remove: 2026/05/24 05:21:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:41 DEBUG : dir/file1: >Remove: err= 2026/05/24 05:21:41 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/24 05:21:41 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:41 DEBUG : Looking for writers 2026/05/24 05:21:41 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:41 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:41 DEBUG : dir/file1: Remove: 2026/05/24 05:21:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:41 DEBUG : dir/file1: >Remove: err= 2026/05/24 05:21:41 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:41 DEBUG : dir: Looking for writers 2026/05/24 05:21:41 DEBUG : Looking for writers 2026/05/24 05:21:41 DEBUG : dir: reading active writers 2026/05/24 05:21:41 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.28s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:41 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:41 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zozehey0puyo/dir/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zozehey0puyo/dir/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/24 05:21:42 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/24 05:21:42 DEBUG : dir: Updating dir with dir2 0x9dfe0af7450 2026/05/24 05:21:42 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:42 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/24 05:21:42 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir2/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir2/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir2/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir2/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir2/file1" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir2/file1 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/24 05:21:42 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/24 05:21:42 DEBUG : file2: Updating file with file2 0x9dfe0b26a90 2026/05/24 05:21:42 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:42 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file2 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file2" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/file2 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:42 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2" 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file2 2026/05/24 05:21:42 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file2" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/file2 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/24 05:21:43 INFO : dir2/file3: Deleted 2026/05/24 05:21:43 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/24 05:21:43 DEBUG : dir2/file3: Updating file with dir2/file3 0x9dfe0b26a90 2026/05/24 05:21:43 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/24 05:21:43 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir2/file3" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir2/file3 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:43 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/24 05:21:43 DEBUG : empty directory: Updating dir with renamed empty directory 0x9dfe0bb09c0 2026/05/24 05:21:43 DEBUG : empty directory: forgetting directory cache 2026/05/24 05:21:43 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/24 05:21:43 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/24 05:21:43 DEBUG : dir2: Renaming to "dir3" 2026/05/24 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:43 DEBUG : dir3: Looking for writers 2026/05/24 05:21:43 DEBUG : file3: reading active writers 2026/05/24 05:21:43 DEBUG : renamed empty directory: Looking for writers 2026/05/24 05:21:43 DEBUG : Looking for writers 2026/05/24 05:21:43 DEBUG : dir3: reading active writers 2026/05/24 05:21:43 DEBUG : renamed empty directory: reading active writers 2026/05/24 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.73s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:43 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:43 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/24 05:21:43 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:21:43 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/24 05:21:43 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/24 05:21:43 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/24 05:21:43 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:21:43 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/24 05:21:43 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/24 05:21:43 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/24 05:21:43 DEBUG : dir/sub/file2: size = 12 OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/sub/file2" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/sub/file2 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/sub/file2" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-zozehey0puyo/dir/sub/file2 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/24 05:21:43 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/24 05:21:43 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/24 05:21:43 DEBUG : forgetting directory cache 2026/05/24 05:21:43 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:43 DEBUG : dir/sub: forgetting directory cache 2026/05/24 05:21:43 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/24 05:21:43 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/24 05:21:43 DEBUG : dir/sub/file0: size = 5 OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/sub/file0" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/sub/file0 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/sub/file0" 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/sub/file0 2026/05/24 05:21:43 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:43 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:21:43 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:21:43 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/24 05:21:43 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/24 05:21:43 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:43 DEBUG : dir/sub: Looking for writers 2026/05/24 05:21:43 DEBUG : file0: reading active writers 2026/05/24 05:21:43 DEBUG : file2: reading active writers 2026/05/24 05:21:43 DEBUG : dir: Looking for writers 2026/05/24 05:21:43 DEBUG : file1: reading active writers 2026/05/24 05:21:43 DEBUG : sub: reading active writers 2026/05/24 05:21:43 DEBUG : Looking for writers 2026/05/24 05:21:43 DEBUG : dir: reading active writers 2026/05/24 05:21:43 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:43 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:43 DEBUG : forgetting directory cache 2026/05/24 05:21:44 DEBUG : forgetting directory cache 2026/05/24 05:21:44 DEBUG : dir: forgetting directory cache 2026/05/24 05:21:44 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:44 DEBUG : dir: Looking for writers 2026/05/24 05:21:44 DEBUG : Looking for writers 2026/05/24 05:21:44 DEBUG : dir: reading active writers 2026/05/24 05:21:44 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:44 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:45 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:45 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/24 05:21:45 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:21:45 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/24 05:21:45 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/24 05:21:45 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/24 05:21:45 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:45 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:45 DEBUG : dir: Looking for writers 2026/05/24 05:21:45 DEBUG : file1: reading active writers 2026/05/24 05:21:45 DEBUG : file1.metadata: reading active writers 2026/05/24 05:21:45 DEBUG : Looking for writers 2026/05/24 05:21:45 DEBUG : dir: reading active writers 2026/05/24 05:21:45 DEBUG : dir.metadata: reading active writers 2026/05/24 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:45 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:45 DEBUG : dir: Looking for writers 2026/05/24 05:21:45 DEBUG : file1: reading active writers 2026/05/24 05:21:45 DEBUG : Looking for writers 2026/05/24 05:21:45 DEBUG : dir: reading active writers 2026/05/24 05:21:45 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.17s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:45 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:45 DEBUG : Can set mod time: true 2026/05/24 05:21:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:45 DEBUG : dir: Looking for writers 2026/05/24 05:21:45 DEBUG : file1: reading active writers 2026/05/24 05:21:45 DEBUG : Looking for writers 2026/05/24 05:21:45 DEBUG : dir: reading active writers 2026/05/24 05:21:45 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:45 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/24 05:21:45 DEBUG : dir/file1: size = 0 OK 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:45 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:21:46 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:21:46 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/24 05:21:46 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/24 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:46 DEBUG : dir: Looking for writers 2026/05/24 05:21:46 DEBUG : file1: reading active writers 2026/05/24 05:21:46 DEBUG : Looking for writers 2026/05/24 05:21:46 DEBUG : dir: reading active writers 2026/05/24 05:21:46 DEBUG : >WaitForWriters: 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/24 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:46 DEBUG : dir: Looking for writers 2026/05/24 05:21:46 DEBUG : file1: reading active writers 2026/05/24 05:21:46 DEBUG : Looking for writers 2026/05/24 05:21:46 DEBUG : dir: reading active writers 2026/05/24 05:21:46 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:46 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/24 05:21:46 DEBUG : dir/file1: size = 5 OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:21:46 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:21:46 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/24 05:21:46 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/24 05:21:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:46 DEBUG : dir: Looking for writers 2026/05/24 05:21:46 DEBUG : file1: reading active writers 2026/05/24 05:21:46 DEBUG : Looking for writers 2026/05/24 05:21:46 DEBUG : dir: reading active writers 2026/05/24 05:21:46 DEBUG : >WaitForWriters: 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/24 05:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:46 DEBUG : dir: Looking for writers 2026/05/24 05:21:46 DEBUG : file1: reading active writers 2026/05/24 05:21:46 DEBUG : Looking for writers 2026/05/24 05:21:46 DEBUG : dir: reading active writers 2026/05/24 05:21:46 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:46 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:46 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:46 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:47 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : >WaitForWriters: 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:47 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:47 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/24 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0432200): close: 2026/05/24 05:21:47 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0432200): >close: err= 2026/05/24 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : >WaitForWriters: 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : >WaitForWriters: 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:47 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:47 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:47 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/24 05:21:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): _writeAt: size=5, off=0 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): openPending: 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:47 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/24 05:21:47 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/24 05:21:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): >openPending: err= 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): >_writeAt: n=5, err= 2026/05/24 05:21:47 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): close: 2026/05/24 05:21:47 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/24 05:21:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/24 05:21:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/24 05:21:47 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/24 05:21:47 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/24 05:21:47 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:47 DEBUG : dir/file1(0x9dfe0433780): >close: err= 2026/05/24 05:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:47 DEBUG : dir: Looking for writers 2026/05/24 05:21:47 DEBUG : file1: reading active writers 2026/05/24 05:21:47 DEBUG : Looking for writers 2026/05/24 05:21:47 DEBUG : dir: reading active writers 2026/05/24 05:21:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:48 DEBUG : dir: Looking for writers 2026/05/24 05:21:48 DEBUG : file1: reading active writers 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : dir: reading active writers 2026/05/24 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:48 DEBUG : dir/file1: vfs cache: starting upload 2026/05/24 05:21:48 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1.2f98c60a.partial" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1.2f98c60a.partial 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1.2f98c60a.partial" 2026/05/24 05:21:48 DEBUG : dir: Looking for writers 2026/05/24 05:21:48 DEBUG : file1: reading active writers 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : dir: reading active writers 2026/05/24 05:21:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zozehey0puyo/dir/file1.2f98c60a.partial 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/24 05:21:48 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/24 05:21:48 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/24 05:21:48 INFO : dir/file1: Copied (replaced existing) 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/24 05:21:48 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/24 05:21:48 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/24 05:21:48 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/24 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:48 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/24 05:21:48 DEBUG : dir: Looking for writers 2026/05/24 05:21:48 DEBUG : file1: reading active writers 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : dir: reading active writers 2026/05/24 05:21:48 DEBUG : >WaitForWriters: 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/24 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:48 DEBUG : dir: Looking for writers 2026/05/24 05:21:48 DEBUG : file1: reading active writers 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : dir: reading active writers 2026/05/24 05:21:48 DEBUG : >WaitForWriters: 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.08s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.52s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.38s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:48 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:48 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:21:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:48 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:48 DEBUG : dir: Looking for writers 2026/05/24 05:21:48 DEBUG : file1: reading active writers 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : dir: reading active writers 2026/05/24 05:21:48 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/24 05:21:48 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/24 05:21:48 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/24 05:21:48 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:48 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/24 05:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:48 DEBUG : Looking for writers 2026/05/24 05:21:48 DEBUG : file.txt: reading active writers 2026/05/24 05:21:48 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:48 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/24 05:21:48 DEBUG : dir/file1: size = 25 OK 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:48 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:49 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:49 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/24 05:21:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:49 DEBUG : dir: Looking for writers 2026/05/24 05:21:49 DEBUG : file1: reading active writers 2026/05/24 05:21:49 DEBUG : Looking for writers 2026/05/24 05:21:49 DEBUG : dir: reading active writers 2026/05/24 05:21:49 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:49 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:49 DEBUG : dir/file1: Remove: 2026/05/24 05:21:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:49 DEBUG : dir/file1: >Remove: err= 2026/05/24 05:21:49 DEBUG : dir/file1: Remove: 2026/05/24 05:21:49 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/24 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:49 DEBUG : dir: Looking for writers 2026/05/24 05:21:49 DEBUG : Looking for writers 2026/05/24 05:21:49 DEBUG : dir: reading active writers 2026/05/24 05:21:49 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.20s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:49 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:49 DEBUG : dir/file1: Remove: 2026/05/24 05:21:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:49 DEBUG : dir/file1: >Remove: err= 2026/05/24 05:21:49 DEBUG : dir/file1: Remove: 2026/05/24 05:21:49 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/24 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:49 DEBUG : dir: Looking for writers 2026/05/24 05:21:49 DEBUG : Looking for writers 2026/05/24 05:21:49 DEBUG : dir: reading active writers 2026/05/24 05:21:49 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:49 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:49 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:21:49 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/24 05:21:49 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:49 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/24 05:21:49 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:49 DEBUG : dir/file1: Open: flags=0x3 2026/05/24 05:21:49 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/24 05:21:49 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/24 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:49 DEBUG : dir: Looking for writers 2026/05/24 05:21:49 DEBUG : file1: reading active writers 2026/05/24 05:21:49 DEBUG : Looking for writers 2026/05/24 05:21:49 DEBUG : dir: reading active writers 2026/05/24 05:21:49 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:49 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:49 DEBUG : dir: Looking for writers 2026/05/24 05:21:49 DEBUG : file1: reading active writers 2026/05/24 05:21:49 DEBUG : Looking for writers 2026/05/24 05:21:49 DEBUG : dir: reading active writers 2026/05/24 05:21:49 DEBUG : >WaitForWriters: 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:49 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:50 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0c5dd40 2026/05/24 05:21:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:50 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe0c5dd40 2026/05/24 05:21:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:50 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:50 DEBUG : dir/file1: File is currently open, delaying rename 0x9dfe0c5dd40 2026/05/24 05:21:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/24 05:21:50 DEBUG : dir/file1: size = 25 OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:50 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:50 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/24 05:21:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:50 DEBUG : newLeaf: Running delayed rename now 2026/05/24 05:21:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:50 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0c5dd40 2026/05/24 05:21:50 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:50 DEBUG : dir: Looking for writers 2026/05/24 05:21:50 DEBUG : Looking for writers 2026/05/24 05:21:50 DEBUG : dir: reading active writers 2026/05/24 05:21:50 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:50 DEBUG : >WaitForWriters: 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:50 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:50 DEBUG : dir: Looking for writers 2026/05/24 05:21:50 DEBUG : Looking for writers 2026/05/24 05:21:50 DEBUG : dir: reading active writers 2026/05/24 05:21:50 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:50 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:50 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:50 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:50 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:51 DEBUG : dir: Looking for writers 2026/05/24 05:21:51 DEBUG : file1: reading active writers 2026/05/24 05:21:51 DEBUG : Looking for writers 2026/05/24 05:21:51 DEBUG : dir: reading active writers 2026/05/24 05:21:51 DEBUG : >WaitForWriters: 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:51 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe11069c0 2026/05/24 05:21:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:51 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe11069c0 2026/05/24 05:21:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/24 05:21:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:51 DEBUG : dir/file1: File is currently open, delaying rename 0x9dfe11069c0 2026/05/24 05:21:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/24 05:21:51 DEBUG : dir/file1: size = 25 OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:51 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/24 05:21:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:51 DEBUG : newLeaf: Running delayed rename now 2026/05/24 05:21:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:51 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe11069c0 2026/05/24 05:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:51 DEBUG : dir: Looking for writers 2026/05/24 05:21:51 DEBUG : Looking for writers 2026/05/24 05:21:51 DEBUG : dir: reading active writers 2026/05/24 05:21:51 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:51 DEBUG : >WaitForWriters: 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:51 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:52 DEBUG : >WaitForWriters: 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:52 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:52 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:52 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:21:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): openPending: 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/24 05:21:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): >openPending: err= 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): _writeAt: size=14, off=0 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): >_writeAt: n=14, err= 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): close: 2026/05/24 05:21:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/24 05:21:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe10b2200): >close: err= 2026/05/24 05:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: starting upload 2026/05/24 05:21:52 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1.ca338588.partial" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1.ca338588.partial 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1.ca338588.partial" 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1.ca338588.partial 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/24 05:21:52 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/24 05:21:52 INFO : dir/file1: Copied (replaced existing) 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/24 05:21:52 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/24 05:21:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/24 05:21:52 DEBUG : dir: Looking for writers 2026/05/24 05:21:52 DEBUG : file1: reading active writers 2026/05/24 05:21:52 DEBUG : Looking for writers 2026/05/24 05:21:52 DEBUG : dir: reading active writers 2026/05/24 05:21:52 DEBUG : >WaitForWriters: 2026/05/24 05:21:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): _readAt: size=512, off=0 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): openPending: 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/24 05:21:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/24 05:21:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): >openPending: err= 2026/05/24 05:21:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): >_readAt: n=14, err=EOF 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): close: 2026/05/24 05:21:52 DEBUG : dir/file1(0x9dfe0dac100): >close: err= 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:52 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe10c2d00 2026/05/24 05:21:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:52 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:53 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/24 05:21:53 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe10c2d00 2026/05/24 05:21:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:53 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:53 DEBUG : dir/file1(0x9dfe0cff900): openPending: 2026/05/24 05:21:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/24 05:21:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/24 05:21:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:53 DEBUG : dir/file1(0x9dfe0cff900): >openPending: err= 2026/05/24 05:21:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:53 DEBUG : dir/file1(0x9dfe0cff900): _writeAt: size=25, off=0 2026/05/24 05:21:53 DEBUG : dir/file1(0x9dfe0cff900): >_writeAt: n=25, err= 2026/05/24 05:21:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:53 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe10c2d00 2026/05/24 05:21:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:53 DEBUG : newLeaf(0x9dfe0cff900): close: 2026/05/24 05:21:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/24 05:21:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-24 05:21:53.446544825 +0000 UTC m=+17.353073350 2026/05/24 05:21:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:53 DEBUG : newLeaf(0x9dfe0cff900): >close: err= 2026/05/24 05:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:53 DEBUG : newLeaf: vfs cache: starting upload 2026/05/24 05:21:53 DEBUG : newLeaf.4cf29f53.partial: size = 25 OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf.4cf29f53.partial" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf.4cf29f53.partial 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf.4cf29f53.partial" 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf.4cf29f53.partial 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf.4cf29f53.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:53 DEBUG : newLeaf.4cf29f53.partial: renamed to: newLeaf 2026/05/24 05:21:53 INFO : newLeaf: Copied (replaced existing) 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-24 05:21:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/24 05:21:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/24 05:21:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/24 05:21:53 DEBUG : dir: Looking for writers 2026/05/24 05:21:53 DEBUG : Looking for writers 2026/05/24 05:21:53 DEBUG : dir: reading active writers 2026/05/24 05:21:53 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:53 DEBUG : >WaitForWriters: 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:53 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:54 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:54 DEBUG : dir: Looking for writers 2026/05/24 05:21:54 DEBUG : Looking for writers 2026/05/24 05:21:54 DEBUG : dir: reading active writers 2026/05/24 05:21:54 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:54 DEBUG : >WaitForWriters: 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:54 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:54 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:54 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:54 DEBUG : dir: Looking for writers 2026/05/24 05:21:54 DEBUG : file1: reading active writers 2026/05/24 05:21:54 DEBUG : Looking for writers 2026/05/24 05:21:54 DEBUG : dir: reading active writers 2026/05/24 05:21:54 DEBUG : >WaitForWriters: 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:54 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0d52410 2026/05/24 05:21:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:54 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe0d52410 2026/05/24 05:21:54 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:54 DEBUG : dir/file1(0x9dfe115f640): openPending: 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/24 05:21:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/24 05:21:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:54 DEBUG : dir/file1(0x9dfe115f640): >openPending: err= 2026/05/24 05:21:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:54 DEBUG : dir/file1(0x9dfe115f640): _writeAt: size=25, off=0 2026/05/24 05:21:54 DEBUG : dir/file1(0x9dfe115f640): >_writeAt: n=25, err= 2026/05/24 05:21:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:54 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:55 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0d52410 2026/05/24 05:21:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:55 DEBUG : newLeaf(0x9dfe115f640): close: 2026/05/24 05:21:55 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/24 05:21:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-24 05:21:54.924904065 +0000 UTC m=+18.831432590 2026/05/24 05:21:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:55 DEBUG : newLeaf(0x9dfe115f640): >close: err= 2026/05/24 05:21:55 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:55 DEBUG : newLeaf: vfs cache: starting upload 2026/05/24 05:21:55 DEBUG : newLeaf.bc25fbcf.partial: size = 25 OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf.bc25fbcf.partial" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf.bc25fbcf.partial 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf.bc25fbcf.partial" 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf.bc25fbcf.partial 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : newLeaf.bc25fbcf.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:55 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:55 DEBUG : newLeaf.bc25fbcf.partial: renamed to: newLeaf 2026/05/24 05:21:55 INFO : newLeaf: Copied (replaced existing) 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-24 05:21:54 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/24 05:21:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/24 05:21:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : >WaitForWriters: 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:55 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : >WaitForWriters: 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:55 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:55 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:55 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:21:55 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): openPending: 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/24 05:21:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): >openPending: err= 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): _writeAt: size=14, off=0 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): >_writeAt: n=14, err= 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): close: 2026/05/24 05:21:55 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/24 05:21:55 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:55 DEBUG : dir/file1(0x9dfe0723080): >close: err= 2026/05/24 05:21:55 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : file1: reading active writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : file1: reading active writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : file1: reading active writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : file1: reading active writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:55 DEBUG : dir/file1: vfs cache: starting upload 2026/05/24 05:21:55 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1.ca338588.partial" 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1.ca338588.partial 2026/05/24 05:21:55 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1.ca338588.partial" 2026/05/24 05:21:55 DEBUG : dir: Looking for writers 2026/05/24 05:21:55 DEBUG : file1: reading active writers 2026/05/24 05:21:55 DEBUG : Looking for writers 2026/05/24 05:21:55 DEBUG : dir: reading active writers 2026/05/24 05:21:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1.ca338588.partial 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/24 05:21:56 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/24 05:21:56 INFO : dir/file1: Copied (replaced existing) 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/24 05:21:56 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:56 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/24 05:21:56 DEBUG : dir: Looking for writers 2026/05/24 05:21:56 DEBUG : file1: reading active writers 2026/05/24 05:21:56 DEBUG : Looking for writers 2026/05/24 05:21:56 DEBUG : dir: reading active writers 2026/05/24 05:21:56 DEBUG : >WaitForWriters: 2026/05/24 05:21:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:56 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): _readAt: size=512, off=0 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): openPending: 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): >openPending: err= 2026/05/24 05:21:56 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): >_readAt: n=14, err=EOF 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): close: 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe08c8340): >close: err= 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:56 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0dd7ad0 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:56 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/24 05:21:56 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe0dd7ad0 2026/05/24 05:21:56 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:56 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:56 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe07c8cc0): openPending: 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe07c8cc0): >openPending: err= 2026/05/24 05:21:56 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe07c8cc0): _writeAt: size=25, off=0 2026/05/24 05:21:56 DEBUG : dir/file1(0x9dfe07c8cc0): >_writeAt: n=25, err= 2026/05/24 05:21:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:56 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:56 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0dd7ad0 2026/05/24 05:21:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:56 DEBUG : newLeaf(0x9dfe07c8cc0): close: 2026/05/24 05:21:56 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/24 05:21:56 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-24 05:21:56.7974229 +0000 UTC m=+20.703951414 2026/05/24 05:21:56 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:56 DEBUG : newLeaf(0x9dfe07c8cc0): >close: err= 2026/05/24 05:21:56 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:56 DEBUG : dir: Looking for writers 2026/05/24 05:21:56 DEBUG : Looking for writers 2026/05/24 05:21:56 DEBUG : dir: reading active writers 2026/05/24 05:21:56 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:56 DEBUG : dir: Looking for writers 2026/05/24 05:21:56 DEBUG : Looking for writers 2026/05/24 05:21:56 DEBUG : dir: reading active writers 2026/05/24 05:21:56 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:56 DEBUG : dir: Looking for writers 2026/05/24 05:21:56 DEBUG : Looking for writers 2026/05/24 05:21:56 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:56 DEBUG : dir: reading active writers 2026/05/24 05:21:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:56 DEBUG : dir: Looking for writers 2026/05/24 05:21:56 DEBUG : Looking for writers 2026/05/24 05:21:56 DEBUG : dir: reading active writers 2026/05/24 05:21:56 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:56 DEBUG : newLeaf: vfs cache: starting upload 2026/05/24 05:21:57 DEBUG : newLeaf.bf6ddd21.partial: size = 25 OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf.bf6ddd21.partial" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf.bf6ddd21.partial 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf.bf6ddd21.partial" 2026/05/24 05:21:57 DEBUG : dir: Looking for writers 2026/05/24 05:21:57 DEBUG : Looking for writers 2026/05/24 05:21:57 DEBUG : dir: reading active writers 2026/05/24 05:21:57 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf.bf6ddd21.partial 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : newLeaf.bf6ddd21.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:57 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:57 DEBUG : newLeaf.bf6ddd21.partial: renamed to: newLeaf 2026/05/24 05:21:57 INFO : newLeaf: Copied (replaced existing) 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:57 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-24 05:21:56 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/24 05:21:57 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/24 05:21:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:57 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/24 05:21:57 DEBUG : dir: Looking for writers 2026/05/24 05:21:57 DEBUG : Looking for writers 2026/05/24 05:21:57 DEBUG : dir: reading active writers 2026/05/24 05:21:57 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:57 DEBUG : >WaitForWriters: 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:57 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:57 DEBUG : dir: Looking for writers 2026/05/24 05:21:57 DEBUG : Looking for writers 2026/05/24 05:21:57 DEBUG : dir: reading active writers 2026/05/24 05:21:57 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:57 DEBUG : >WaitForWriters: 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:57 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:21:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:21:57 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:57 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:57 DEBUG : dir: Looking for writers 2026/05/24 05:21:57 DEBUG : file1: reading active writers 2026/05/24 05:21:57 DEBUG : Looking for writers 2026/05/24 05:21:57 DEBUG : dir: reading active writers 2026/05/24 05:21:57 DEBUG : >WaitForWriters: 2026/05/24 05:21:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:57 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): _readAt: size=512, off=0 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): openPending: 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/24 05:21:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/24 05:21:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): >openPending: err= 2026/05/24 05:21:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/24 05:21:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:21:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): >_readAt: n=14, err=EOF 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): close: 2026/05/24 05:21:57 DEBUG : dir/file1(0x9dfe08c8900): >close: err= 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:57 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:58 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0c14410 2026/05/24 05:21:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:58 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:58 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/24 05:21:58 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe0c14410 2026/05/24 05:21:58 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/24 05:21:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:21:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:21:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:21:58 DEBUG : dir/file1(0x9dfe0ce2d80): openPending: 2026/05/24 05:21:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/24 05:21:58 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/24 05:21:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:21:58 DEBUG : dir/file1(0x9dfe0ce2d80): >openPending: err= 2026/05/24 05:21:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:21:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:21:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:21:58 DEBUG : dir/file1(0x9dfe0ce2d80): _writeAt: size=25, off=0 2026/05/24 05:21:58 DEBUG : dir/file1(0x9dfe0ce2d80): >_writeAt: n=25, err= 2026/05/24 05:21:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:21:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/24 05:21:58 DEBUG : newLeaf: Updating file with newLeaf 0x9dfe0c14410 2026/05/24 05:21:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:21:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:58 DEBUG : newLeaf(0x9dfe0ce2d80): close: 2026/05/24 05:21:58 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/24 05:21:58 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-24 05:21:58.516323471 +0000 UTC m=+22.422851986 2026/05/24 05:21:58 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/24 05:21:58 DEBUG : newLeaf(0x9dfe0ce2d80): >close: err= 2026/05/24 05:21:58 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:21:58 DEBUG : newLeaf: vfs cache: starting upload 2026/05/24 05:21:58 DEBUG : newLeaf.87605fc6.partial: size = 25 OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf.87605fc6.partial" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf.87605fc6.partial 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf.87605fc6.partial" 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf.87605fc6.partial 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf.87605fc6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:58 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/24 05:21:58 DEBUG : newLeaf.87605fc6.partial: renamed to: newLeaf 2026/05/24 05:21:58 INFO : newLeaf: Copied (replaced existing) 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:58 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:58 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-24 05:21:58 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/24 05:21:58 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/24 05:21:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/24 05:21:58 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/24 05:21:58 DEBUG : dir: Looking for writers 2026/05/24 05:21:58 DEBUG : Looking for writers 2026/05/24 05:21:58 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:58 DEBUG : dir: reading active writers 2026/05/24 05:21:58 DEBUG : >WaitForWriters: 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:58 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/newLeaf" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zozehey0puyo/newLeaf 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/24 05:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:59 DEBUG : dir: Looking for writers 2026/05/24 05:21:59 DEBUG : Looking for writers 2026/05/24 05:21:59 DEBUG : dir: reading active writers 2026/05/24 05:21:59 DEBUG : newLeaf: reading active writers 2026/05/24 05:21:59 DEBUG : >WaitForWriters: 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.40s) --- PASS: TestFileRename/off,forceCache=false (1.19s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.03s) --- PASS: TestFileRename/writes,forceCache=false (1.48s) --- PASS: TestFileRename/writes,forceCache=true (1.88s) --- PASS: TestFileRename/full,forceCache=false (1.72s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:59 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:59 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:59 DEBUG : Looking for writers 2026/05/24 05:21:59 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:59 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:21:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:21:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:59 DEBUG : dir: Looking for writers 2026/05/24 05:21:59 DEBUG : file1: reading active writers 2026/05/24 05:21:59 DEBUG : Looking for writers 2026/05/24 05:21:59 DEBUG : dir: reading active writers 2026/05/24 05:21:59 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:59 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:21:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:21:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/24 05:21:59 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/24 05:21:59 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/24 05:21:59 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/24 05:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:21:59 DEBUG : dir: Looking for writers 2026/05/24 05:21:59 DEBUG : file1: reading active writers 2026/05/24 05:21:59 DEBUG : Looking for writers 2026/05/24 05:21:59 DEBUG : dir: reading active writers 2026/05/24 05:21:59 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:21:59 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:21:59 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:21:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:21:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:21:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:21:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/24 05:21:59 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/24 05:21:59 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/24 05:21:59 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/24 05:21:59 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/24 05:22:00 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/24 05:22:00 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/24 05:22:00 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/24 05:22:00 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/24 05:22:00 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/24 05:22:00 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/24 05:22:00 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/24 05:22:00 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/24 05:22:00 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/24 05:22:00 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/24 05:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:00 DEBUG : dir: Looking for writers 2026/05/24 05:22:00 DEBUG : file1: reading active writers 2026/05/24 05:22:00 DEBUG : Looking for writers 2026/05/24 05:22:00 DEBUG : dir: reading active writers 2026/05/24 05:22:00 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.37s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:22:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:00 DEBUG : dir: Looking for writers 2026/05/24 05:22:00 DEBUG : file1: reading active writers 2026/05/24 05:22:00 DEBUG : Looking for writers 2026/05/24 05:22:00 DEBUG : dir: reading active writers 2026/05/24 05:22:00 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/24 05:22:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/24 05:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:00 DEBUG : dir: Looking for writers 2026/05/24 05:22:00 DEBUG : file1: reading active writers 2026/05/24 05:22:00 DEBUG : Looking for writers 2026/05/24 05:22:00 DEBUG : dir: reading active writers 2026/05/24 05:22:00 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.27s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:00 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): _readAt: size=1, off=0 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): openPending: 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >openPending: err= 2026/05/24 05:22:00 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >_readAt: n=1, err= 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): _readAt: size=256, off=1 2026/05/24 05:22:00 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >_readAt: n=15, err=EOF 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): _readAt: size=16, off=16 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >_readAt: n=0, err=EOF 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): close: 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >close: err= 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): close: 2026/05/24 05:22:00 DEBUG : dir/file1(0x9dfe0dacec0): >close: err=file already closed 2026/05/24 05:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:00 DEBUG : dir: Looking for writers 2026/05/24 05:22:00 DEBUG : file1: reading active writers 2026/05/24 05:22:00 DEBUG : Looking for writers 2026/05/24 05:22:00 DEBUG : dir: reading active writers 2026/05/24 05:22:00 DEBUG : >WaitForWriters: 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.27s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:00 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:00 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): _readAt: size=1, off=0 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): openPending: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >openPending: err= 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): _readAt: size=1, off=5 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): _readAt: size=1, off=3 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): _readAt: size=1, off=13 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): _readAt: size=16, off=100 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >_readAt: n=0, err=EOF 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): close: 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973680): >close: err= 2026/05/24 05:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:01 DEBUG : dir: Looking for writers 2026/05/24 05:22:01 DEBUG : file1: reading active writers 2026/05/24 05:22:01 DEBUG : Looking for writers 2026/05/24 05:22:01 DEBUG : dir: reading active writers 2026/05/24 05:22:01 DEBUG : >WaitForWriters: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=1, off=0 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): openPending: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >openPending: err= 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=1, off=5 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=1, off=1 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=1, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=6, off=10 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=6, err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=256, off=10 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=6, err=EOF 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=256, off=100 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=0, err=EOF 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): close: 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >close: err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): _readAt: size=256, off=100 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe0973e00): >_readAt: n=0, err=file already closed 2026/05/24 05:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:01 DEBUG : dir: Looking for writers 2026/05/24 05:22:01 DEBUG : file1: reading active writers 2026/05/24 05:22:01 DEBUG : Looking for writers 2026/05/24 05:22:01 DEBUG : dir: reading active writers 2026/05/24 05:22:01 DEBUG : >WaitForWriters: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): RWFileHandle.Flush 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): _readAt: size=256, off=0 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): openPending: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): >openPending: err= 2026/05/24 05:22:01 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): >_readAt: n=16, err=EOF 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): RWFileHandle.Flush 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): RWFileHandle.Flush 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): close: 2026/05/24 05:22:01 DEBUG : dir/file1(0x9dfe08c9c00): >close: err= 2026/05/24 05:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:01 DEBUG : dir: Looking for writers 2026/05/24 05:22:01 DEBUG : file1: reading active writers 2026/05/24 05:22:01 DEBUG : Looking for writers 2026/05/24 05:22:01 DEBUG : dir: reading active writers 2026/05/24 05:22:01 DEBUG : >WaitForWriters: 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.28s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:01 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:01 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/24 05:22:02 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): _readAt: size=256, off=0 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): openPending: 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): >openPending: err= 2026/05/24 05:22:02 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/24 05:22:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): >_readAt: n=16, err=EOF 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): RWFileHandle.Release 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): close: 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): >close: err= 2026/05/24 05:22:02 DEBUG : dir/file1(0x9dfe0dadc80): RWFileHandle.Release 2026/05/24 05:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:02 DEBUG : dir: Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : dir: reading active writers 2026/05/24 05:22:02 DEBUG : >WaitForWriters: 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:02 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:02 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:02 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): openPending: 2026/05/24 05:22:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): >openPending: err= 2026/05/24 05:22:02 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): _writeAt: size=5, off=0 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): >_writeAt: n=5, err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): _writeAt: size=7, off=5 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): >_writeAt: n=7, err= 2026/05/24 05:22:02 DEBUG : file1: vfs cache: truncate to size=11 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): close: 2026/05/24 05:22:02 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:02.135201923 +0000 UTC m=+26.041730439 2026/05/24 05:22:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): >close: err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): close: 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0db2cc0): >close: err=file already closed 2026/05/24 05:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:02 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:02 DEBUG : file1.22c85905.partial: size = 11 OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.22c85905.partial" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.22c85905.partial 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.22c85905.partial" 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1.22c85905.partial 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1.22c85905.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:02 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/24 05:22:02 DEBUG : file1.22c85905.partial: renamed to: file1 2026/05/24 05:22:02 INFO : file1: Copied (new) 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:02 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-24 05:22:02 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/24 05:22:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : >WaitForWriters: 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/24 05:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : >WaitForWriters: 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:02 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:02 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:02 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): openPending: 2026/05/24 05:22:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): >openPending: err= 2026/05/24 05:22:02 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): _writeAt: size=7, off=0 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): >_writeAt: n=7, err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): _writeAt: size=6, off=5 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): >_writeAt: n=6, err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): close: 2026/05/24 05:22:02 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:02.65557894 +0000 UTC m=+26.562107475 2026/05/24 05:22:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): >close: err= 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): _writeAt: size=5, off=0 2026/05/24 05:22:02 DEBUG : file1(0x9dfe0ecc1c0): >_writeAt: n=0, err=file already closed 2026/05/24 05:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:02 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:02 DEBUG : file1.e525d427.partial: size = 11 OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.e525d427.partial" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.e525d427.partial 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.e525d427.partial" 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1.e525d427.partial 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1.e525d427.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:02 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/24 05:22:02 DEBUG : file1.e525d427.partial: renamed to: file1 2026/05/24 05:22:02 INFO : file1: Copied (new) 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:02 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-24 05:22:02 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/24 05:22:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:02 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:02 DEBUG : Looking for writers 2026/05/24 05:22:02 DEBUG : file1: reading active writers 2026/05/24 05:22:02 DEBUG : >WaitForWriters: 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:02 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/24 05:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : >WaitForWriters: 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.44s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:03 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:03 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:03 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:03 DEBUG : file1(0x9dfe0cba080): openPending: 2026/05/24 05:22:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:03 DEBUG : file1(0x9dfe0cba080): >openPending: err= 2026/05/24 05:22:03 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:03 DEBUG : file1(0x9dfe0cba080): close: 2026/05/24 05:22:03 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:03.10190781 +0000 UTC m=+27.008436325 2026/05/24 05:22:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:03 DEBUG : file1(0x9dfe0cba080): >close: err= 2026/05/24 05:22:03 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/24 05:22:03 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:03 DEBUG : file2: newRWFileHandle: 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): openPending: 2026/05/24 05:22:03 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): >openPending: err= 2026/05/24 05:22:03 DEBUG : file2: >newRWFileHandle: err= 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/24 05:22:03 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/24 05:22:03 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): RWFileHandle.Flush 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): RWFileHandle.Release 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): close: 2026/05/24 05:22:03 DEBUG : file2: vfs cache: setting modification time to 2026-05-24 05:22:03.102906147 +0000 UTC m=+27.009434662 2026/05/24 05:22:03 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:03 DEBUG : file2(0x9dfe0cba540): >close: err= 2026/05/24 05:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/24 05:22:03 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:03 DEBUG : file2: vfs cache: starting upload 2026/05/24 05:22:03 DEBUG : file1.2af22e4d.partial: size = 0 OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.2af22e4d.partial" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.2af22e4d.partial 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.2af22e4d.partial" 2026/05/24 05:22:03 DEBUG : file2.b5f0a343.partial: size = 0 OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2.b5f0a343.partial" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file2.b5f0a343.partial 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file2.b5f0a343.partial" 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1.2af22e4d.partial 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1.2af22e4d.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:03 DEBUG : file1.2af22e4d.partial: renamed to: file1 2026/05/24 05:22:03 INFO : file1: Copied (new) 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file2.b5f0a343.partial 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file2.b5f0a343.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:03 DEBUG : file2.b5f0a343.partial: renamed to: file2 2026/05/24 05:22:03 INFO : file2: Copied (new) 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-24 05:22:03 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/24 05:22:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:03 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-24 05:22:03 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/24 05:22:03 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/24 05:22:03 INFO : file2: vfs cache: upload succeeded try #1 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : >WaitForWriters: 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file2" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zozehey0puyo/file2 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:03 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/24 05:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : file2: reading active writers 2026/05/24 05:22:03 DEBUG : >WaitForWriters: 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:03 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:03 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:03 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): openPending: 2026/05/24 05:22:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): >openPending: err= 2026/05/24 05:22:03 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): _writeAt: size=5, off=0 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): >_writeAt: n=5, err= 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): RWFileHandle.Flush 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): RWFileHandle.Flush 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): close: 2026/05/24 05:22:03 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:03.825905458 +0000 UTC m=+27.732434023 2026/05/24 05:22:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:03 DEBUG : file1(0x9dfe09728c0): >close: err= 2026/05/24 05:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:03 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:03 DEBUG : file1.e17652e3.partial: size = 5 OK 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.e17652e3.partial" 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.e17652e3.partial 2026/05/24 05:22:03 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.e17652e3.partial" 2026/05/24 05:22:03 DEBUG : Looking for writers 2026/05/24 05:22:03 DEBUG : file1: reading active writers 2026/05/24 05:22:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1.e17652e3.partial 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : file1.e17652e3.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:04 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:04 DEBUG : file1.e17652e3.partial: renamed to: file1 2026/05/24 05:22:04 INFO : file1: Copied (new) 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:04 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-24 05:22:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/24 05:22:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:04 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : >WaitForWriters: 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:04 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:04 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:04 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): openPending: 2026/05/24 05:22:04 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): >openPending: err= 2026/05/24 05:22:04 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:04 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:04 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): _writeAt: size=5, off=0 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): >_writeAt: n=5, err= 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): RWFileHandle.Release 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): close: 2026/05/24 05:22:04 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:04.147345146 +0000 UTC m=+28.053873662 2026/05/24 05:22:04 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): >close: err= 2026/05/24 05:22:04 DEBUG : file1(0x9dfe09738c0): RWFileHandle.Release 2026/05/24 05:22:04 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:04 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:04 DEBUG : file1.26a16e11.partial: size = 5 OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.26a16e11.partial" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.26a16e11.partial 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.26a16e11.partial" 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1.26a16e11.partial 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : file1.26a16e11.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:04 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:04 DEBUG : file1.26a16e11.partial: renamed to: file1 2026/05/24 05:22:04 INFO : file1: Copied (new) 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:04 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-24 05:22:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/24 05:22:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:04 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : >WaitForWriters: 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:04 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:04 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:04 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/24 05:22:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:22:04 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): openPending: 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): >openPending: err= 2026/05/24 05:22:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/24 05:22:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): _writeAt: size=5, off=0 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): >_writeAt: n=5, err= 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): close: 2026/05/24 05:22:04 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:04 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-24 05:22:04.771376546 +0000 UTC m=+28.677905061 2026/05/24 05:22:04 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:04 DEBUG : dir/file1(0x9dfe067c7c0): >close: err= 2026/05/24 05:22:04 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:04 DEBUG : dir: Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : dir: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:04 DEBUG : dir: Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : dir: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:04 DEBUG : dir: Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : dir: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:04 DEBUG : dir: Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : dir: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:04 DEBUG : dir/file1: vfs cache: starting upload 2026/05/24 05:22:04 DEBUG : dir/file1.ce68b32c.partial: size = 5 OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1.ce68b32c.partial" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1.ce68b32c.partial 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1.ce68b32c.partial" 2026/05/24 05:22:04 DEBUG : dir: Looking for writers 2026/05/24 05:22:04 DEBUG : file1: reading active writers 2026/05/24 05:22:04 DEBUG : Looking for writers 2026/05/24 05:22:04 DEBUG : dir: reading active writers 2026/05/24 05:22:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/file1.ce68b32c.partial 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:04 DEBUG : dir/file1.ce68b32c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:04 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:04 DEBUG : dir/file1.ce68b32c.partial: renamed to: dir/file1 2026/05/24 05:22:04 INFO : dir/file1: Copied (replaced existing) 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:04 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-24 05:22:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : >WaitForWriters: 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:05 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/24 05:22:05 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:05 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:05 DEBUG : dir/file1: newRWFileHandle: 2026/05/24 05:22:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/24 05:22:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/24 05:22:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): _writeAt: size=5, off=0 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): openPending: 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/24 05:22:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): >openPending: err= 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): >_writeAt: n=5, err= 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): _writeAt: size=15, off=5 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): >_writeAt: n=15, err= 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): close: 2026/05/24 05:22:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-24 05:22:05.397475424 +0000 UTC m=+29.304003949 2026/05/24 05:22:05 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:05 DEBUG : dir/file1(0x9dfe0dac480): >close: err= 2026/05/24 05:22:05 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: starting upload 2026/05/24 05:22:05 DEBUG : dir/file1.c6b5788b.partial: size = 20 OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1.c6b5788b.partial" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1.c6b5788b.partial 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1.c6b5788b.partial" 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-zozehey0puyo/dir/file1.c6b5788b.partial 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1.c6b5788b.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/24 05:22:05 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/24 05:22:05 DEBUG : dir/file1.c6b5788b.partial: renamed to: dir/file1 2026/05/24 05:22:05 INFO : dir/file1: Copied (replaced existing) 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-24 05:22:05 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/24 05:22:05 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:05 DEBUG : dir: Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : dir: reading active writers 2026/05/24 05:22:05 DEBUG : >WaitForWriters: 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:05 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:05 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:05 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): openPending: 2026/05/24 05:22:05 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): >openPending: err= 2026/05/24 05:22:05 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:05 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:05 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): _writeAt: size=5, off=0 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): >_writeAt: n=5, err= 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): close: 2026/05/24 05:22:05 DEBUG : file1: vfs cache: setting modification time to 2026-05-24 05:22:05.718697192 +0000 UTC m=+29.625225707 2026/05/24 05:22:05 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:05 DEBUG : file1(0x9dfe0dad9c0): >close: err= 2026/05/24 05:22:05 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:05 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:05 DEBUG : file1.4f90ad75.partial: size = 5 OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.4f90ad75.partial" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.4f90ad75.partial 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.4f90ad75.partial" 2026/05/24 05:22:05 DEBUG : Looking for writers 2026/05/24 05:22:05 DEBUG : file1: reading active writers 2026/05/24 05:22:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1.4f90ad75.partial 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:05 DEBUG : file1.4f90ad75.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:05 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:05 DEBUG : file1.4f90ad75.partial: renamed to: file1 2026/05/24 05:22:05 INFO : file1: Copied (new) 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:05 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:05 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:05 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:06 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:06 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-24 05:22:05 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/24 05:22:06 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:06 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : >WaitForWriters: 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.037022495 +0000 UTC m=+29.943551010 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.037022495 +0000 UTC m=+29.943551010 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.037022495 +0000 UTC m=+29.943551010 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb69a0 item 1 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.039133505 +0000 UTC m=+29.945662030 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.039133505 +0000 UTC m=+29.945662030 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb7260 item 2 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.040631768 +0000 UTC m=+29.947160353 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6a40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.040631768 +0000 UTC m=+29.947160353 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd6ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.040631768 +0000 UTC m=+29.947160353 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb7730 item 3 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.04261671 +0000 UTC m=+29.949145235 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd7a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.04261671 +0000 UTC m=+29.949145235 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f47e0 item 4 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.043994574 +0000 UTC m=+29.950523089 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.043994574 +0000 UTC m=+29.950523089 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.043994574 +0000 UTC m=+29.950523089 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e08fc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5110 item 5 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.045793586 +0000 UTC m=+29.952322100 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.045793586 +0000 UTC m=+29.952322100 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e09b80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f56c0 item 6 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.047362731 +0000 UTC m=+29.953891256 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.047362731 +0000 UTC m=+29.953891256 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32800): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.047362731 +0000 UTC m=+29.953891256 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5b90 item 7 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.049408789 +0000 UTC m=+29.955937305 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.049408789 +0000 UTC m=+29.955937305 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe046e230 item 8 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0e33e40): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.050830696 +0000 UTC m=+29.957359221 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.050830696 +0000 UTC m=+29.957359221 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.050830696 +0000 UTC m=+29.957359221 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e50c80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe046e770 item 9 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.052703617 +0000 UTC m=+29.959232142 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.052703617 +0000 UTC m=+29.959232142 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe046ee00 item 10 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0e51e80): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e51e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.054198653 +0000 UTC m=+29.960727188 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.054198653 +0000 UTC m=+29.960727188 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6c840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.054198653 +0000 UTC m=+29.960727188 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6cd40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe046f180 item 11 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.055997373 +0000 UTC m=+29.962525898 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d3c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.055997373 +0000 UTC m=+29.962525898 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e6d900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe046fc70 item 12 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0e84040): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.057648375 +0000 UTC m=+29.964176930 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.057648375 +0000 UTC m=+29.964176930 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e84ac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe06ea460 item 13 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.059419954 +0000 UTC m=+29.965948479 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.059419954 +0000 UTC m=+29.965948479 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe06eaf50 item 14 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0e85cc0): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e85cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.061003377 +0000 UTC m=+29.967531902 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.061003377 +0000 UTC m=+29.967531902 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe06ebd50 item 15 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.062786487 +0000 UTC m=+29.969315033 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.062786487 +0000 UTC m=+29.969315033 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe075b7a0 item 16 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.064391201 +0000 UTC m=+29.970919747 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9a40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.064391201 +0000 UTC m=+29.970919747 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.064391201 +0000 UTC m=+29.970919747 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed44c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04680e0 item 17 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.066692241 +0000 UTC m=+29.973220766 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed4b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.066692241 +0000 UTC m=+29.973220766 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04690a0 item 18 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.068380121 +0000 UTC m=+29.974908646 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.068380121 +0000 UTC m=+29.974908646 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed5c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.068380121 +0000 UTC m=+29.974908646 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0469500 item 19 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.070565522 +0000 UTC m=+29.977094078 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.070565522 +0000 UTC m=+29.977094078 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef6dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0469b20 item 20 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.072258623 +0000 UTC m=+29.978787148 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.072258623 +0000 UTC m=+29.978787148 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.072258623 +0000 UTC m=+29.978787148 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ef7e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04620e0 item 21 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.074619345 +0000 UTC m=+29.981147871 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f385c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.074619345 +0000 UTC m=+29.981147871 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0462690 item 22 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.077834995 +0000 UTC m=+29.984363520 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.077834995 +0000 UTC m=+29.984363520 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.077834995 +0000 UTC m=+29.984363520 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f38940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0462150 item 23 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.08000697 +0000 UTC m=+29.986535495 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f392c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.08000697 +0000 UTC m=+29.986535495 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39800): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0462c40 item 24 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0f39e40): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f39e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.081637692 +0000 UTC m=+29.988166248 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.081637692 +0000 UTC m=+29.988166248 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.081637692 +0000 UTC m=+29.988166248 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9ac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0463180 item 25 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.083633665 +0000 UTC m=+29.990162190 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.083633665 +0000 UTC m=+29.990162190 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6a9c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08721c0 item 26 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0d6b000): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.085312539 +0000 UTC m=+29.991841065 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b3c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.085312539 +0000 UTC m=+29.991841065 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6b8c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.085312539 +0000 UTC m=+29.991841065 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d6be00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0872700 item 27 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.087317479 +0000 UTC m=+29.993845993 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07233c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.087317479 +0000 UTC m=+29.993845993 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0872e00 item 28 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe04330c0): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04330c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.088979802 +0000 UTC m=+29.995508327 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe04334c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.088979802 +0000 UTC m=+29.995508327 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873420 item 29 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.090575879 +0000 UTC m=+29.997104404 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972f00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.090575879 +0000 UTC m=+29.997104404 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08739d0 item 30 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0973a80): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.09238076 +0000 UTC m=+29.998909296 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.09238076 +0000 UTC m=+29.998909296 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cbc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873e30 item 31 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.094052901 +0000 UTC m=+30.000581426 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.094052901 +0000 UTC m=+30.000581426 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0354460 item 32 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.095329935 +0000 UTC m=+30.001858451 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0354bd0 item 33 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.095843416 +0000 UTC m=+30.002371932 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c90c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.095843416 +0000 UTC m=+30.002371932 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c95c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe03557a0 item 33 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.097239435 +0000 UTC m=+30.003767961 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0355c00 item 34 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.097795246 +0000 UTC m=+30.004323760 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba1c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.097795246 +0000 UTC m=+30.004323760 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cba700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0355e30 item 34 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.09925738 +0000 UTC m=+30.005785905 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbad40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4850 item 35 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.099776161 +0000 UTC m=+30.006304676 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb1c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.099776161 +0000 UTC m=+30.006304676 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbb6c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4a10 item 35 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.101313646 +0000 UTC m=+30.007842162 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cbbd40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4ee0 item 36 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.101937747 +0000 UTC m=+30.008466312 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.101937747 +0000 UTC m=+30.008466312 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a50a0 item 36 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.103601171 +0000 UTC m=+30.010129736 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5650 item 37 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.104250558 +0000 UTC m=+30.010779073 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.104250558 +0000 UTC m=+30.010779073 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5880 item 37 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.105417043 +0000 UTC m=+30.011945559 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5e30 item 38 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.105942467 +0000 UTC m=+30.012470982 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dac540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.105942467 +0000 UTC m=+30.012470982 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0daca80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0380 item 38 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.107111887 +0000 UTC m=+30.013640403 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a09a0 item 39 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.107518677 +0000 UTC m=+30.014047192 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dad600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.107518677 +0000 UTC m=+30.014047192 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dadb00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0fc0 item 39 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.108923702 +0000 UTC m=+30.015452217 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0070 item 40 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.109466248 +0000 UTC m=+30.015994773 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.109466248 +0000 UTC m=+30.015994773 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f2d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc02a0 item 40 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.111010357 +0000 UTC m=+30.017538882 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0620 item 41 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.111670825 +0000 UTC m=+30.018199350 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc07e0 item 41 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.112257234 +0000 UTC m=+30.018785759 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09f3d00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.112257234 +0000 UTC m=+30.018785759 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc09a0 item 41 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.11395348 +0000 UTC m=+30.020482025 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5e980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0d20 item 42 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.114577871 +0000 UTC m=+30.021106396 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5ee80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0ee0 item 42 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.11529641 +0000 UTC m=+30.021824935 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f3c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.11529641 +0000 UTC m=+30.021824935 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a5f940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc10a0 item 42 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.116828315 +0000 UTC m=+30.023356860 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1420 item 43 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.11734959 +0000 UTC m=+30.023878115 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ace580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1730 item 43 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.117844735 +0000 UTC m=+30.024373251 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aceac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.117844735 +0000 UTC m=+30.024373251 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1a40 item 43 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.119241196 +0000 UTC m=+30.025769711 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acf640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1dc0 item 44 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.119728437 +0000 UTC m=+30.026256952 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acfb40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07664d0 item 44 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.120308183 +0000 UTC m=+30.026836698 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.120308183 +0000 UTC m=+30.026836698 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0766e70 item 44 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.121654177 +0000 UTC m=+30.028182693 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae4d40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0767650 item 45 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.122194639 +0000 UTC m=+30.028723164 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.122194639 +0000 UTC m=+30.028723164 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae5940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088a770 item 45 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.123451956 +0000 UTC m=+30.029980471 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088ad20 item 46 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.12386719 +0000 UTC m=+30.030395705 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.12386719 +0000 UTC m=+30.030395705 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22c80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088b2d0 item 46 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.125327862 +0000 UTC m=+30.031856377 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b232c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09680e0 item 47 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.125802899 +0000 UTC m=+30.032331455 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b237c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.125802899 +0000 UTC m=+30.032331455 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09683f0 item 47 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.127214268 +0000 UTC m=+30.033742783 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4a600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968a10 item 48 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.127630705 +0000 UTC m=+30.034159280 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ab00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.127630705 +0000 UTC m=+30.034159280 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968d90 item 48 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.129196034 +0000 UTC m=+30.035724549 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4b840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0969810 item 49 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.129731105 +0000 UTC m=+30.036259650 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4bcc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.129731105 +0000 UTC m=+30.036259650 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09699d0 item 49 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.131035121 +0000 UTC m=+30.037563646 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0702000 item 50 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.131535397 +0000 UTC m=+30.038063912 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.131535397 +0000 UTC m=+30.038063912 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0702310 item 50 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.13315139 +0000 UTC m=+30.039679926 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0702a80 item 51 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.135617984 +0000 UTC m=+30.042146498 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.135617984 +0000 UTC m=+30.042146498 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7c5c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0703960 item 51 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.137755394 +0000 UTC m=+30.044283919 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7cc40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115c620 item 52 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.138364616 +0000 UTC m=+30.044893131 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.138364616 +0000 UTC m=+30.044893131 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7d6c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115c850 item 52 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.139666527 +0000 UTC m=+30.046195042 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b7dd40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115cd90 item 53 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.140208782 +0000 UTC m=+30.046737297 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.140208782 +0000 UTC m=+30.046737297 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115cfc0 item 53 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.141597207 +0000 UTC m=+30.048125741 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb6f00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d340 item 54 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.142173867 +0000 UTC m=+30.048702382 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.142173867 +0000 UTC m=+30.048702382 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bb7980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d5e0 item 54 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.143445189 +0000 UTC m=+30.049973705 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d9d0 item 55 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.14387406 +0000 UTC m=+30.050402575 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.14387406 +0000 UTC m=+30.050402575 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd2b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115db90 item 55 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.145199205 +0000 UTC m=+30.051727720 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd31c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc070 item 56 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.145719138 +0000 UTC m=+30.052247653 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd36c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.145719138 +0000 UTC m=+30.052247653 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bd3c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc230 item 56 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.146832933 +0000 UTC m=+30.053361449 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc5b0 item 57 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.147330545 +0000 UTC m=+30.053859060 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c248c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc850 item 57 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.147781838 +0000 UTC m=+30.054310353 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c24e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.147781838 +0000 UTC m=+30.054310353 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c25380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fca80 item 57 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.149158711 +0000 UTC m=+30.055687236 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c259c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fcf50 item 58 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.14962384 +0000 UTC m=+30.056152355 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd1f0 item 58 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.150143111 +0000 UTC m=+30.056671626 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.150143111 +0000 UTC m=+30.056671626 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c44b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd490 item 58 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.151210008 +0000 UTC m=+30.057738523 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd810 item 59 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.151644238 +0000 UTC m=+30.058172753 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd9d0 item 59 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.152148131 +0000 UTC m=+30.058676656 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c45bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.152148131 +0000 UTC m=+30.058676656 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fdb90 item 59 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.153371774 +0000 UTC m=+30.059900289 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04640e0 item 60 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.154009941 +0000 UTC m=+30.060538456 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c68dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464460 item 60 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.154514544 +0000 UTC m=+30.061043059 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c69300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.154514544 +0000 UTC m=+30.061043059 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c698c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464690 item 60 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.155893411 +0000 UTC m=+30.062421945 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464a10 item 61 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.15642672 +0000 UTC m=+30.062955265 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.15642672 +0000 UTC m=+30.062955265 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca6c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464c40 item 61 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.157959847 +0000 UTC m=+30.064488362 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465340 item 62 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.158414086 +0000 UTC m=+30.064942611 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca77c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.158414086 +0000 UTC m=+30.064942611 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ca7ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04655e0 item 62 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.159873475 +0000 UTC m=+30.066402010 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465a40 item 63 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.160565403 +0000 UTC m=+30.067093918 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc8b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.160565403 +0000 UTC m=+30.067093918 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465dc0 item 63 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.162141332 +0000 UTC m=+30.068669847 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0786930 item 64 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.162577195 +0000 UTC m=+30.069105720 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cc9dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.162577195 +0000 UTC m=+30.069105720 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce25c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0786f50 item 64 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.164111777 +0000 UTC m=+30.070640302 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce2c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07875e0 item 65 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.164582326 +0000 UTC m=+30.071110841 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.164582326 +0000 UTC m=+30.071110841 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0787a40 item 65 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.166194173 +0000 UTC m=+30.072722709 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ce3bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094310 item 66 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.16681123 +0000 UTC m=+30.073339744 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.16681123 +0000 UTC m=+30.073339744 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0a680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10944d0 item 66 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.168431272 +0000 UTC m=+30.074959847 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0acc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094850 item 67 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.169045172 +0000 UTC m=+30.075573687 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.169045172 +0000 UTC m=+30.075573687 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0b640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094a10 item 67 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.170535269 +0000 UTC m=+30.077063814 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d0bcc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094d90 item 68 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.171103373 +0000 UTC m=+30.077631919 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a2c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.171103373 +0000 UTC m=+30.077631919 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2a800): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095030 item 68 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.172623366 +0000 UTC m=+30.079151912 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2ae40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095420 item 69 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.173205056 +0000 UTC m=+30.079733571 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b2c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.173205056 +0000 UTC m=+30.079733571 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2b7c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10957a0 item 69 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.174713517 +0000 UTC m=+30.081242033 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2be40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095b90 item 70 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.176252276 +0000 UTC m=+30.082780811 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.176252276 +0000 UTC m=+30.082780811 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d86980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095d50 item 70 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.177832072 +0000 UTC m=+30.084360597 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a56540 item 71 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.178429051 +0000 UTC m=+30.084957606 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.178429051 +0000 UTC m=+30.084957606 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d87a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a56770 item 71 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.179914519 +0000 UTC m=+30.086443054 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a56fc0 item 72 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.180491901 +0000 UTC m=+30.087020445 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.180491901 +0000 UTC m=+30.087020445 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc2bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a57180 item 72 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.181908208 +0000 UTC m=+30.088436813 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a57500 item 73 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.182414865 +0000 UTC m=+30.088943380 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a576c0 item 73 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.182938605 +0000 UTC m=+30.089467121 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dc3b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.182938605 +0000 UTC m=+30.089467121 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a57c70 item 73 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.184605838 +0000 UTC m=+30.091134363 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0dea7c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e34690 item 74 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.185212695 +0000 UTC m=+30.091741209 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deacc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e34e70 item 74 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.185918939 +0000 UTC m=+30.092447464 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.185918939 +0000 UTC m=+30.092447464 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0deb780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e351f0 item 74 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.18756968 +0000 UTC m=+30.094098215 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0debdc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e35650 item 75 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.188130611 +0000 UTC m=+30.094659125 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e043c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e35880 item 75 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.188699055 +0000 UTC m=+30.095227610 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.188699055 +0000 UTC m=+30.095227610 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e04e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e35a40 item 75 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.190019942 +0000 UTC m=+30.096548456 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0880150 item 76 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.1905001 +0000 UTC m=+30.097028615 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0880690 item 76 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.190966812 +0000 UTC m=+30.097495327 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e05ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.190966812 +0000 UTC m=+30.097495327 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2a540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0880a10 item 76 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.192035251 +0000 UTC m=+30.098563766 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2ab80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0881110 item 77 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.19258464 +0000 UTC m=+30.099113156 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.19258464 +0000 UTC m=+30.099113156 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2b780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0881340 item 77 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.194050802 +0000 UTC m=+30.100579337 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e2bdc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08818f0 item 78 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.19448392 +0000 UTC m=+30.101012435 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4e3c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.19448392 +0000 UTC m=+30.101012435 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4eac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0881b90 item 78 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.195873357 +0000 UTC m=+30.102401872 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07acb60 item 79 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.196338386 +0000 UTC m=+30.102866931 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4f600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.196338386 +0000 UTC m=+30.102866931 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e4fd00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07ad260 item 79 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.197787735 +0000 UTC m=+30.104316251 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07add50 item 80 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.198247564 +0000 UTC m=+30.104776080 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e64940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.198247564 +0000 UTC m=+30.104776080 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c0e0 item 80 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.199709378 +0000 UTC m=+30.106237893 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c4d0 item 81 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.200300465 +0000 UTC m=+30.106828980 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e65b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.200300465 +0000 UTC m=+30.106828980 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c690 item 81 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.201613497 +0000 UTC m=+30.108142032 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e867c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045d1f0 item 82 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.202186851 +0000 UTC m=+30.108715366 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e86cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.202186851 +0000 UTC m=+30.108715366 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045d500 item 82 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.203303853 +0000 UTC m=+30.109832367 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e878c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045db20 item 83 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.203739586 +0000 UTC m=+30.110268102 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e87dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.203739586 +0000 UTC m=+30.110268102 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045ddc0 item 83 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.204882617 +0000 UTC m=+30.111411132 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4310 item 84 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.205330353 +0000 UTC m=+30.111858868 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea8f80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.205330353 +0000 UTC m=+30.111858868 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ea9500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc44d0 item 84 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.207075072 +0000 UTC m=+30.113603587 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5e500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d24d0 item 85 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.207496268 +0000 UTC m=+30.114024783 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ea00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.207496268 +0000 UTC m=+30.114024783 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5ef40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d2690 item 85 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.208605464 +0000 UTC m=+30.115133980 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5f5c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d3180 item 86 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.209012975 +0000 UTC m=+30.115541490 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f5fac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.209012975 +0000 UTC m=+30.115541490 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d3570 item 86 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.210034997 +0000 UTC m=+30.116563512 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f067c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d3b90 item 87 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.210455572 +0000 UTC m=+30.116984086 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f06cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.210455572 +0000 UTC m=+30.116984086 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09d3e30 item 87 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.211531115 +0000 UTC m=+30.118059630 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb6930 item 88 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.211985394 +0000 UTC m=+30.118513950 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f07d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.211985394 +0000 UTC m=+30.118513950 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2c400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb6cb0 item 88 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.213012245 +0000 UTC m=+30.119540759 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2ca40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb7260 item 89 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.213427641 +0000 UTC m=+30.119956156 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2cf80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb7570 item 89 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.213880637 +0000 UTC m=+30.120409152 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2d4c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.213880637 +0000 UTC m=+30.120409152 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f2da40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cb7730 item 89 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.215101765 +0000 UTC m=+30.121630280 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f4150 item 90 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.215494507 +0000 UTC m=+30.122023022 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a6c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f48c0 item 90 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.216025831 +0000 UTC m=+30.122554356 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.216025831 +0000 UTC m=+30.122554356 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b1c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f4e00 item 90 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.217305852 +0000 UTC m=+30.123834367 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b800): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f53b0 item 91 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.217709324 +0000 UTC m=+30.124237839 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8bd40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f55e0 item 91 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.218552738 +0000 UTC m=+30.125081254 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.218552738 +0000 UTC m=+30.125081254 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4070 item 91 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.220051572 +0000 UTC m=+30.126580087 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0f80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc43f0 item 92 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.220486553 +0000 UTC m=+30.127015069 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb14c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4690 item 92 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.220928319 +0000 UTC m=+30.127456834 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.220928319 +0000 UTC m=+30.127456834 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c80c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4930 item 92 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.221935543 +0000 UTC m=+30.128464058 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4cb0 item 93 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.222328486 +0000 UTC m=+30.128857001 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.222328486 +0000 UTC m=+30.128857001 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07221c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4e70 item 93 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.22350994 +0000 UTC m=+30.130038455 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc51f0 item 94 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.22391226 +0000 UTC m=+30.130440775 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.22391226 +0000 UTC m=+30.130440775 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc53b0 item 94 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.225035032 +0000 UTC m=+30.131563547 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5730 item 95 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.225443043 +0000 UTC m=+30.131971558 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0972840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.225443043 +0000 UTC m=+30.131971558 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc58f0 item 95 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.226689259 +0000 UTC m=+30.133217774 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5dc0 item 96 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.227103662 +0000 UTC m=+30.133632177 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.227103662 +0000 UTC m=+30.133632177 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067cd00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f45b0 item 96 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= 2026/05/24 05:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : >WaitForWriters: 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.232428448 +0000 UTC m=+30.138956964 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067da00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.232428448 +0000 UTC m=+30.138956964 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.232428448 +0000 UTC m=+30.138956964 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8a640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0462ee0 item 1 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.233987766 +0000 UTC m=+30.140516281 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8ac80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.233987766 +0000 UTC m=+30.140516281 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0463b90 item 2 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.235108134 +0000 UTC m=+30.141636649 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0f8b7c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.235108134 +0000 UTC m=+30.141636649 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.235108134 +0000 UTC m=+30.141636649 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ee640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4700 item 3 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.23691539 +0000 UTC m=+30.143443905 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09eecc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.23691539 +0000 UTC m=+30.143443905 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4d20 item 4 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.238034105 +0000 UTC m=+30.144562619 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09ef840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.238034105 +0000 UTC m=+30.144562619 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09efcc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.238034105 +0000 UTC m=+30.144562619 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5110 item 5 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.23958164 +0000 UTC m=+30.146110156 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.23958164 +0000 UTC m=+30.146110156 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5880 item 6 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.240790765 +0000 UTC m=+30.147319281 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a354c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.240790765 +0000 UTC m=+30.147319281 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a359c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.240790765 +0000 UTC m=+30.147319281 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a5e30 item 7 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.242680929 +0000 UTC m=+30.149209443 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9c600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.242680929 +0000 UTC m=+30.149209443 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9cb40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0930 item 8 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0a9d100): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.244187125 +0000 UTC m=+30.150715641 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d4c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.244187125 +0000 UTC m=+30.150715641 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9d940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.244187125 +0000 UTC m=+30.150715641 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a9de40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a18f0 item 9 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.245810976 +0000 UTC m=+30.152339491 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad05c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.245810976 +0000 UTC m=+30.152339491 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad0b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0380 item 10 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0ad1140): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.247034509 +0000 UTC m=+30.153563024 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.247034509 +0000 UTC m=+30.153563024 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ad1a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.247034509 +0000 UTC m=+30.153563024 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0700 item 11 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.248789256 +0000 UTC m=+30.155317771 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.248789256 +0000 UTC m=+30.155317771 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae2bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0bd0 item 12 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0ae3200): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.250308898 +0000 UTC m=+30.156837414 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae35c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.250308898 +0000 UTC m=+30.156837414 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ae3c80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0f50 item 13 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.251578899 +0000 UTC m=+30.158107414 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.251578899 +0000 UTC m=+30.158107414 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1c940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc12d0 item 14 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0b1cf80): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1cf80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.252867836 +0000 UTC m=+30.159396351 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1d340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.252867836 +0000 UTC m=+30.159396351 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b1da00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc18f0 item 15 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.254251722 +0000 UTC m=+30.160780257 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.254251722 +0000 UTC m=+30.160780257 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b426c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1c70 item 16 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.255475225 +0000 UTC m=+30.162003740 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b42d00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.255475225 +0000 UTC m=+30.162003740 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.255475225 +0000 UTC m=+30.162003740 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0766700 item 17 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.257486606 +0000 UTC m=+30.164015131 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b43d00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.257486606 +0000 UTC m=+30.164015131 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0767650 item 18 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.258752009 +0000 UTC m=+30.165280524 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5c9c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.258752009 +0000 UTC m=+30.165280524 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5cec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.258752009 +0000 UTC m=+30.165280524 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5d3c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088aa10 item 19 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.260490054 +0000 UTC m=+30.167018569 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b5da40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.260490054 +0000 UTC m=+30.167018569 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088b960 item 20 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.261748653 +0000 UTC m=+30.168277168 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.261748653 +0000 UTC m=+30.168277168 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b70c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.261748653 +0000 UTC m=+30.168277168 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968380 item 21 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.263429801 +0000 UTC m=+30.169958317 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.263429801 +0000 UTC m=+30.169958317 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b71cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968c40 item 22 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.264858743 +0000 UTC m=+30.171387258 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.264858743 +0000 UTC m=+30.171387258 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9e940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.264858743 +0000 UTC m=+30.171387258 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9ee40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09693b0 item 23 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.267246876 +0000 UTC m=+30.173775391 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9f4c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.267246876 +0000 UTC m=+30.173775391 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b9fa00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0969d50 item 24 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0bcc140): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.268852893 +0000 UTC m=+30.175381408 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcc500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.268852893 +0000 UTC m=+30.175381408 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcca00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.268852893 +0000 UTC m=+30.175381408 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bccf40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0702460 item 25 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.271271234 +0000 UTC m=+30.177799780 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcd5c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.271271234 +0000 UTC m=+30.177799780 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcdb00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0703960 item 26 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0c00240): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.272897249 +0000 UTC m=+30.179425774 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.272897249 +0000 UTC m=+30.179425774 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.272897249 +0000 UTC m=+30.179425774 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115c620 item 27 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.274992449 +0000 UTC m=+30.181520964 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c016c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.274992449 +0000 UTC m=+30.181520964 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115cd20 item 28 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0c26340): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.276567446 +0000 UTC m=+30.183095961 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.276567446 +0000 UTC m=+30.183095961 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c26dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d110 item 29 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.278206344 +0000 UTC m=+30.184734859 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.278206344 +0000 UTC m=+30.184734859 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c27980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d490 item 30 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): _readAt: size=2, off=0 2026/05/24 05:22:06 ERROR : open-test-file(0x9dfe0c540c0): Couldn't read size of file 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c540c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.279879236 +0000 UTC m=+30.186407751 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.279879236 +0000 UTC m=+30.186407751 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c54b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d960 item 31 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.281660874 +0000 UTC m=+30.188189389 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c551c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.281660874 +0000 UTC m=+30.188189389 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55700): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115dce0 item 32 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.283215283 +0000 UTC m=+30.189743817 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c55d40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc1c0 item 33 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.283858108 +0000 UTC m=+30.190386643 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c782c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.283858108 +0000 UTC m=+30.190386643 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c787c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc380 item 33 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.285751477 +0000 UTC m=+30.192279992 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c78e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc700 item 34 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.286432805 +0000 UTC m=+30.192961320 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.286432805 +0000 UTC m=+30.192961320 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c797c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fca10 item 34 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.287767388 +0000 UTC m=+30.194295903 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c79e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fcee0 item 35 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.288243828 +0000 UTC m=+30.194772344 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.288243828 +0000 UTC m=+30.194772344 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caa880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd180 item 35 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.289384194 +0000 UTC m=+30.195912709 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0caaf00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd5e0 item 36 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.2898265 +0000 UTC m=+30.196355015 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.2898265 +0000 UTC m=+30.196355015 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cab940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fd7a0 item 36 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.291021519 +0000 UTC m=+30.197550044 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fdb20 item 37 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.291596446 +0000 UTC m=+30.198124961 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.291596446 +0000 UTC m=+30.198124961 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd4a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fdce0 item 37 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.292979731 +0000 UTC m=+30.199508245 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464310 item 38 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.293448386 +0000 UTC m=+30.199976902 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.293448386 +0000 UTC m=+30.199976902 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cd5ac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464620 item 38 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.294468695 +0000 UTC m=+30.200997210 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe04649a0 item 39 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.295008275 +0000 UTC m=+30.201536790 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.295008275 +0000 UTC m=+30.201536790 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf2c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0464bd0 item 39 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.296314084 +0000 UTC m=+30.202842609 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf32c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465260 item 40 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.296763013 +0000 UTC m=+30.203291528 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf37c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.296763013 +0000 UTC m=+30.203291528 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0cf3d00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465570 item 40 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.29803695 +0000 UTC m=+30.204565475 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d123c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465960 item 41 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.298503643 +0000 UTC m=+30.205032158 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d128c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0465ce0 item 41 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.299016833 +0000 UTC m=+30.205545348 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d12d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.299016833 +0000 UTC m=+30.205545348 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d132c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07862a0 item 41 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.300181164 +0000 UTC m=+30.206709679 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0786ee0 item 42 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.300624472 +0000 UTC m=+30.207152987 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d13e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0787260 item 42 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.301165434 +0000 UTC m=+30.207693949 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.301165434 +0000 UTC m=+30.207693949 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2c9c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0787500 item 42 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.302243804 +0000 UTC m=+30.208772318 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0787dc0 item 43 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.302627889 +0000 UTC m=+30.209156403 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2d500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10942a0 item 43 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.303028076 +0000 UTC m=+30.209556591 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d2da40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.303028076 +0000 UTC m=+30.209556591 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094460 item 43 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.304151389 +0000 UTC m=+30.210679904 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d786c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10947e0 item 44 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.304494086 +0000 UTC m=+30.211022602 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d78bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10949a0 item 44 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.304967742 +0000 UTC m=+30.211496257 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.304967742 +0000 UTC m=+30.211496257 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094b60 item 44 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.306156439 +0000 UTC m=+30.212684954 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0d79cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1094fc0 item 45 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.306487515 +0000 UTC m=+30.213016030 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db42c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.306487515 +0000 UTC m=+30.213016030 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db49c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10951f0 item 45 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.307641487 +0000 UTC m=+30.214170001 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095730 item 46 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.3081937 +0000 UTC m=+30.214722215 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.3081937 +0000 UTC m=+30.214722215 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db5c00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095960 item 46 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.309555213 +0000 UTC m=+30.216083729 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe1095ce0 item 47 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.309963575 +0000 UTC m=+30.216492091 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.309963575 +0000 UTC m=+30.216492091 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de0f40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a561c0 item 47 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.311677666 +0000 UTC m=+30.218206181 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a56700 item 48 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.312038097 +0000 UTC m=+30.218566613 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0de1a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.312038097 +0000 UTC m=+30.218566613 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a56930 item 48 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.313278562 +0000 UTC m=+30.219807077 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e028c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a57110 item 49 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.313776173 +0000 UTC m=+30.220304718 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e02d40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.313776173 +0000 UTC m=+30.220304718 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03280): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a572d0 item 49 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.315143328 +0000 UTC m=+30.221671863 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03900): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a57650 item 50 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.315630348 +0000 UTC m=+30.222158863 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e03e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.315630348 +0000 UTC m=+30.222158863 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0a578f0 item 50 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.316914346 +0000 UTC m=+30.223442890 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e32b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e345b0 item 51 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.317402327 +0000 UTC m=+30.223930873 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.317402327 +0000 UTC m=+30.223930873 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e34c40 item 51 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.318681947 +0000 UTC m=+30.225210462 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e33bc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e35420 item 52 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.319236405 +0000 UTC m=+30.225764919 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e561c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.319236405 +0000 UTC m=+30.225764919 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e355e0 item 52 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.320695793 +0000 UTC m=+30.227224308 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e56dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e359d0 item 53 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.321151555 +0000 UTC m=+30.227680070 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e572c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.321151555 +0000 UTC m=+30.227680070 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57800): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0e35b90 item 53 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.322388032 +0000 UTC m=+30.228916568 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e57e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08805b0 item 54 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.32292627 +0000 UTC m=+30.229454854 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.32292627 +0000 UTC m=+30.229454854 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e78a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0880930 item 54 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.324242708 +0000 UTC m=+30.230771223 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0880f50 item 55 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.324689924 +0000 UTC m=+30.231218439 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.324689924 +0000 UTC m=+30.231218439 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e79ac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08812d0 item 55 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.326021441 +0000 UTC m=+30.232549976 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0881880 item 56 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.32654963 +0000 UTC m=+30.233078144 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.32654963 +0000 UTC m=+30.233078144 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e94cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0881a40 item 56 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.327832664 +0000 UTC m=+30.234361180 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07ac620 item 57 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.328361214 +0000 UTC m=+30.234889728 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07ad1f0 item 57 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.328859456 +0000 UTC m=+30.235387971 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0e95d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.328859456 +0000 UTC m=+30.235387971 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07ad650 item 57 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.330235947 +0000 UTC m=+30.236764463 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0a40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c070 item 58 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.330626136 +0000 UTC m=+30.237154650 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0f80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c230 item 58 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.331754087 +0000 UTC m=+30.238282602 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec14c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.331754087 +0000 UTC m=+30.238282602 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe03556c0 item 58 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.333138454 +0000 UTC m=+30.239666969 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c8f00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe08723f0 item 59 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.333555243 +0000 UTC m=+30.240083758 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0872700 item 59 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.333978612 +0000 UTC m=+30.240507128 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db2a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.333978612 +0000 UTC m=+30.240507128 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0872a10 item 59 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.335165997 +0000 UTC m=+30.241694542 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3640): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0872ee0 item 60 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.335644462 +0000 UTC m=+30.242172977 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0db3b80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873260 item 60 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.336185544 +0000 UTC m=+30.242714060 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec01c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.336185544 +0000 UTC m=+30.242714060 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873570 item 60 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.337457398 +0000 UTC m=+30.243985913 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec0dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873a40 item 61 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.337925593 +0000 UTC m=+30.244454118 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.337925593 +0000 UTC m=+30.244454118 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ec1c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0873c70 item 61 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.33929919 +0000 UTC m=+30.245827705 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c1c0 item 62 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.339686993 +0000 UTC m=+30.246215508 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.339686993 +0000 UTC m=+30.246215508 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe07c9e80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045c540 item 62 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.340979717 +0000 UTC m=+30.247508232 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb05c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045ca80 item 63 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34143083 +0000 UTC m=+30.247959345 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb0b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34143083 +0000 UTC m=+30.247959345 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045d260 item 63 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): >_readAt: n=0, err=Bad file descriptor 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34278523 +0000 UTC m=+30.249313745 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045d8f0 item 64 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34321337 +0000 UTC m=+30.249741895 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0fb1dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34321337 +0000 UTC m=+30.249741895 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe045db90 item 64 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.344723073 +0000 UTC m=+30.251251588 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c8e40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe03542a0 item 65 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.345200816 +0000 UTC m=+30.251729331 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08c9d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.345200816 +0000 UTC m=+30.251729331 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0723140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0354460 item 65 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.346405985 +0000 UTC m=+30.252934500 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe03548c0 item 66 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.346908864 +0000 UTC m=+30.253437380 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0432dc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.346908864 +0000 UTC m=+30.253437380 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0354cb0 item 66 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.348304354 +0000 UTC m=+30.254832868 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0433ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0355ce0 item 67 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34877367 +0000 UTC m=+30.255302185 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09726c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.34877367 +0000 UTC m=+30.255302185 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4000 item 67 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.350114274 +0000 UTC m=+30.256642789 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973680): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4380 item 68 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.350594893 +0000 UTC m=+30.257123428 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0973b80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.350594893 +0000 UTC m=+30.257123428 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067c780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4540 item 68 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.351874903 +0000 UTC m=+30.258403428 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4a10 item 69 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.352478735 +0000 UTC m=+30.259007260 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe067d940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.352478735 +0000 UTC m=+30.259007260 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826140): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4bd0 item 69 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.353706024 +0000 UTC m=+30.260234559 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe08267c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc4f50 item 70 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.354226898 +0000 UTC m=+30.260755413 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0826cc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.354226898 +0000 UTC m=+30.260755413 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827200): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5110 item 70 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.355422489 +0000 UTC m=+30.261951003 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5490 item 71 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.355905652 +0000 UTC m=+30.262434187 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0827d80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.355905652 +0000 UTC m=+30.262434187 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5650 item 71 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.357192485 +0000 UTC m=+30.263721000 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc59d0 item 72 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.357737655 +0000 UTC m=+30.264266170 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e6f00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.357737655 +0000 UTC m=+30.264266170 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7440): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0dc5c70 item 72 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.359158642 +0000 UTC m=+30.265687157 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe09e7a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f47e0 item 73 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.359601578 +0000 UTC m=+30.266130093 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f4d90 item 73 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.360133494 +0000 UTC m=+30.266662009 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a344c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.360133494 +0000 UTC m=+30.266662009 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a34a00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5110 item 73 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.361383236 +0000 UTC m=+30.267911751 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35040): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5570 item 74 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.361806437 +0000 UTC m=+30.268334951 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5730 item 74 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.362585098 +0000 UTC m=+30.269113614 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a35a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.362585098 +0000 UTC m=+30.269113614 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07f5960 item 74 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.36391946 +0000 UTC m=+30.270447976 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72740): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0463030 item 75 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.364350315 +0000 UTC m=+30.270878840 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a72c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): _writeAt: size=3, off=2 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0463260 item 75 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.364857134 +0000 UTC m=+30.271385649 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73180): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.364857134 +0000 UTC m=+30.271385649 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a736c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0463500 item 75 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.366156599 +0000 UTC m=+30.272685115 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0a73d00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4460 item 76 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.366593005 +0000 UTC m=+30.273121520 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a48c0 item 76 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): _writeAt: size=3, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.367223477 +0000 UTC m=+30.273752012 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0aca840): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.367223477 +0000 UTC m=+30.273752012 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acadc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09a4a80 item 76 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.368529856 +0000 UTC m=+30.275058371 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0acb400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0070 item 77 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.368926627 +0000 UTC m=+30.275455142 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.368926627 +0000 UTC m=+30.275455142 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed6a40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0540 item 77 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.370191407 +0000 UTC m=+30.276719922 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a0b60 item 78 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.370649473 +0000 UTC m=+30.277177988 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7580): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.370649473 +0000 UTC m=+30.277177988 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ed7c80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07a1730 item 78 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.371925505 +0000 UTC m=+30.278454020 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee83c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc01c0 item 79 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.372364525 +0000 UTC m=+30.278893040 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee88c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.372364525 +0000 UTC m=+30.278893040 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee8fc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0380 item 79 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.373435128 +0000 UTC m=+30.279963643 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0700 item 80 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.373867456 +0000 UTC m=+30.280395971 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0ee9b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.373867456 +0000 UTC m=+30.280395971 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc08c0 item 80 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.375268164 +0000 UTC m=+30.281796678 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efa940): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0c40 item 81 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.375850294 +0000 UTC m=+30.282378809 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efadc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.375850294 +0000 UTC m=+30.282378809 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb300): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc0e00 item 81 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.379316997 +0000 UTC m=+30.285845532 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efb980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1180 item 82 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.379805641 +0000 UTC m=+30.286334157 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0efbe80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.379805641 +0000 UTC m=+30.286334157 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1340 item 82 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.380902215 +0000 UTC m=+30.287430729 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b22b80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1960 item 83 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.381343889 +0000 UTC m=+30.287872404 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23080): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.381343889 +0000 UTC m=+30.287872404 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b235c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0cc1b20 item 83 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.38241259 +0000 UTC m=+30.288941104 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b23c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0766000 item 84 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.38286314 +0000 UTC m=+30.289391656 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.38286314 +0000 UTC m=+30.289391656 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4c7c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0766a80 item 84 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.383869734 +0000 UTC m=+30.290398249 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4ce40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0767490 item 85 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.384326087 +0000 UTC m=+30.290854601 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.384326087 +0000 UTC m=+30.290854601 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b4d880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07678f0 item 85 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.385377093 +0000 UTC m=+30.291905608 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088ac40 item 86 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.385832104 +0000 UTC m=+30.292360619 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64500): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.385832104 +0000 UTC m=+30.292360619 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b64a80): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe088ae00 item 86 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.387178278 +0000 UTC m=+30.293706792 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65100): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968000 item 87 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.387721756 +0000 UTC m=+30.294250301 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.387721756 +0000 UTC m=+30.294250301 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b65b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09681c0 item 87 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.389049145 +0000 UTC m=+30.295577660 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b762c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968770 item 88 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.389535133 +0000 UTC m=+30.296063648 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b767c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.389535133 +0000 UTC m=+30.296063648 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b76d40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0968c40 item 88 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.390590828 +0000 UTC m=+30.297119344 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09693b0 item 89 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.390968783 +0000 UTC m=+30.297497298 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b778c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe09698f0 item 89 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.391403075 +0000 UTC m=+30.297931590 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b77e00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.391403075 +0000 UTC m=+30.297931590 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96480): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0969ab0 item 89 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.392649921 +0000 UTC m=+30.299178437 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b96ac0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07020e0 item 90 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.393153112 +0000 UTC m=+30.299681657 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07024d0 item 90 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.393661112 +0000 UTC m=+30.300189628 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.393661112 +0000 UTC m=+30.300189628 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0b97b00): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe07028c0 item 90 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.394794265 +0000 UTC m=+30.301322780 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe0703ce0 item 91 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.395162511 +0000 UTC m=+30.301691026 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bce780): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): >_readAt: n=2, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): _writeAt: size=3, off=7 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115c0e0 item 91 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.398279493 +0000 UTC m=+30.304808008 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcecc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): >_readAt: n=8, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.398279493 +0000 UTC m=+30.304808008 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf240): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115c770 item 91 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.399520259 +0000 UTC m=+30.306048774 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcf880): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115cb60 item 92 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.400004183 +0000 UTC m=+30.306532698 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0bcfdc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): open at offset 5 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115cee0 item 92 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): _readAt: size=2, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): _writeAt: size=3, off=5 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): >_writeAt: n=3, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.40055261 +0000 UTC m=+30.307081125 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c00400): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): >_readAt: n=3, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.40055261 +0000 UTC m=+30.307081125 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c009c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d0a0 item 92 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.401736859 +0000 UTC m=+30.308265374 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01000): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d420 item 93 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.402253826 +0000 UTC m=+30.308782341 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01540): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.402253826 +0000 UTC m=+30.308782341 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c01c40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115d6c0 item 93 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.403510982 +0000 UTC m=+30.310039498 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20380): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115dab0 item 94 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.404050312 +0000 UTC m=+30.310578827 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c208c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.404050312 +0000 UTC m=+30.310578827 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c20fc0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe115dc70 item 94 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.405403078 +0000 UTC m=+30.311931643 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21600): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc150 item 95 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.405776374 +0000 UTC m=+30.312304890 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c21b40): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.405776374 +0000 UTC m=+30.312304890 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48340): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc310 item 95 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): open at offset 0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): _readAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): >_readAt: n=0, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.407155752 +0000 UTC m=+30.313684267 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48980): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): >openPending: err= 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc690 item 96 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.407616903 +0000 UTC m=+30.314145419 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c48ec0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/24 05:22:06 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:06 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/24 05:22:06 DEBUG : open-test-file: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): _readAt: size=512, off=0 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): openPending: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): >openPending: err= 2026/05/24 05:22:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): >_readAt: n=5, err=EOF 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): close: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-24 05:22:06.407616903 +0000 UTC m=+30.314145419 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : open-test-file(0x9dfe0c495c0): >close: err= 2026/05/24 05:22:06 DEBUG : open-test-file: Remove: 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x9dfe10fc9a0 item 96 2026/05/24 05:22:06 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/24 05:22:06 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/24 05:22:06 DEBUG : open-test-file: >Remove: err= 2026/05/24 05:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : >WaitForWriters: 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.38s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : file1: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): openPending: 2026/05/24 05:22:06 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): >openPending: err= 2026/05/24 05:22:06 DEBUG : file1: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:06 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/24 05:22:06 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): _writeAt: size=2, off=0 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): >_writeAt: n=2, err= 2026/05/24 05:22:06 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): RWFileHandle.Flush 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): RWFileHandle.Release 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): close: 2026/05/24 05:22:06 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/24 05:22:06 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : file1(0x9dfe0c49c40): >close: err= 2026/05/24 05:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:06 DEBUG : file1: vfs cache: starting upload 2026/05/24 05:22:06 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1.a0a9169e.partial" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1.a0a9169e.partial 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1.a0a9169e.partial" 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zozehey0puyo/file1.a0a9169e.partial 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:06 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/24 05:22:06 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/24 05:22:06 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/24 05:22:06 INFO : file1: Copied (new) 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:06 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/24 05:22:06 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/24 05:22:06 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/24 05:22:06 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:06 INFO : file1: vfs cache: upload succeeded try #1 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : >WaitForWriters: 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:06 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 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-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:06 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/24 05:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : file1: reading active writers 2026/05/24 05:22:06 DEBUG : >WaitForWriters: 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.48s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:06 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:06 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:06 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:06 DEBUG : rename_me: newRWFileHandle: 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): openPending: 2026/05/24 05:22:06 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): >openPending: err= 2026/05/24 05:22:06 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/24 05:22:06 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/24 05:22:06 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): _writeAt: size=5, off=0 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): >_writeAt: n=5, err= 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): close: 2026/05/24 05:22:06 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-24 05:22:06.890573275 +0000 UTC m=+30.797101800 2026/05/24 05:22:06 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/24 05:22:06 DEBUG : rename_me(0x9dfe0da2ac0): >close: err= 2026/05/24 05:22:06 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/24 05:22:06 DEBUG : i_was_renamed: Updating file with 0x9dfe0e229c0 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/24 05:22:06 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/24 05:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/24 05:22:06 DEBUG : Looking for writers 2026/05/24 05:22:06 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/24 05:22:06 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/24 05:22:06 DEBUG : i_was_renamed.416975d5.partial: size = 5 OK 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/i_was_renamed.416975d5.partial" 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/i_was_renamed.416975d5.partial 2026/05/24 05:22:06 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/i_was_renamed.416975d5.partial" 2026/05/24 05:22:07 DEBUG : Looking for writers 2026/05/24 05:22:07 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/i_was_renamed.416975d5.partial 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : i_was_renamed.416975d5.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:07 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:07 DEBUG : i_was_renamed.416975d5.partial: renamed to: i_was_renamed 2026/05/24 05:22:07 INFO : i_was_renamed: Copied (new) 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/i_was_renamed" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/i_was_renamed 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/i_was_renamed" 2026/05/24 05:22:07 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:07 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo/dir/file1: no such file or directory 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/i_was_renamed 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:07 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-24 05:22:06 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/24 05:22:07 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/24 05:22:07 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/24 05:22:07 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/24 05:22:07 DEBUG : Looking for writers 2026/05/24 05:22:07 DEBUG : i_was_renamed: reading active writers 2026/05/24 05:22:07 DEBUG : >WaitForWriters: 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:07 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/24 05:22:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zozehey0puyo" 2026/05/24 05:22:07 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : forgetting directory cache 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): _readAt: size=512, off=0 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): openPending: 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:23:07 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): >openPending: err= 2026/05/24 05:22:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): >_readAt: n=20, err=EOF 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): close: 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:23:07 +0000 UTC 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate(0x9dfe0da2300): >close: err= 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : forgetting directory cache 2026/05/24 05:22:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:07 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:07 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): _readAt: size=512, off=0 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): openPending: 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:24:07 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-24 04:23:07 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-24 04:24:07 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-24 04:23:07 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/24 05:22:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): >openPending: err= 2026/05/24 05:22:08 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): >_readAt: n=20, err=EOF 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): close: 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:24:07 +0000 UTC 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe0fb07c0): >close: err= 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : forgetting directory cache 2026/05/24 05:22:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): _readAt: size=512, off=0 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): openPending: 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:25:07 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-24 04:24:07 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-24 04:25:07 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-24 04:24:07 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/24 05:22:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): >openPending: err= 2026/05/24 05:22:08 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): >_readAt: n=20, err=EOF 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): close: 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:25:07 +0000 UTC 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate(0x9dfe07c82c0): >close: err= 2026/05/24 05:22:08 DEBUG : Re-reading directory (101.037957ms old) 2026/05/24 05:22:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:08 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:08 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/24 05:22:08 DEBUG : forgetting directory cache 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): _readAt: size=512, off=0 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): openPending: 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:26:07 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-24 04:25:07 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-24 04:26:07 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-24 04:25:07 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/24 05:22:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): >openPending: err= 2026/05/24 05:22:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): >_readAt: n=20, err=EOF 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): close: 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:26:07 +0000 UTC 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0da2cc0): >close: err= 2026/05/24 05:22:09 DEBUG : Re-reading directory (102.287088ms old) 2026/05/24 05:22:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : forgetting directory cache 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): _readAt: size=512, off=0 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): openPending: 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:27:07 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-24 04:26:07 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-24 04:27:07 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-24 04:26:07 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/24 05:22:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): >openPending: err= 2026/05/24 05:22:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): >_readAt: n=20, err=EOF 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): close: 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:27:07 +0000 UTC 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate(0x9dfe0db36c0): >close: err= 2026/05/24 05:22:09 DEBUG : Re-reading directory (101.26096ms old) 2026/05/24 05:22:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:09 DEBUG : forgetting directory cache 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:09 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:09 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): _readAt: size=512, off=0 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): openPending: 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-24 04:28:07 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-24 04:27:07 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-24 04:28:07 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-24 04:27:07 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/24 05:22:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/24 05:22:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): >openPending: err= 2026/05/24 05:22:10 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): >_readAt: n=20, err=EOF 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): close: 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:28:07 +0000 UTC 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe08c86c0): >close: err= 2026/05/24 05:22:10 DEBUG : Re-reading directory (106.751187ms old) 2026/05/24 05:22:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : forgetting directory cache 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): _readAt: size=512, off=0 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): openPending: 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-24 04:29:07 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-24 04:28:07 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-24 04:29:07 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-24 04:28:07 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/24 05:22:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/24 05:22:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): >openPending: err= 2026/05/24 05:22:10 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): >_readAt: n=21, err=EOF 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): close: 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:29:07 +0000 UTC 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate(0x9dfe07c96c0): >close: err= 2026/05/24 05:22:10 DEBUG : Re-reading directory (100.856794ms old) 2026/05/24 05:22:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:10 DEBUG : forgetting directory cache 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:10 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:10 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): _readAt: size=512, off=0 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): openPending: 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-24 04:30:07 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-24 04:29:07 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-24 04:30:07 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-24 04:29:07 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/24 05:22:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/24 05:22:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): >openPending: err= 2026/05/24 05:22:11 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): >_readAt: n=22, err=EOF 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): close: 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:30:07 +0000 UTC 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0432a00): >close: err= 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : forgetting directory cache 2026/05/24 05:22:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): _readAt: size=512, off=0 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): openPending: 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-24 04:31:07 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-24 04:30:07 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-24 04:31:07 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-24 04:30:07 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/24 05:22:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/24 05:22:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): >openPending: err= 2026/05/24 05:22:11 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): >_readAt: n=23, err=EOF 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): close: 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:31:07 +0000 UTC 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate(0x9dfe0433e40): >close: err= 2026/05/24 05:22:11 DEBUG : Re-reading directory (100.880229ms old) 2026/05/24 05:22:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:11 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:11 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/24 05:22:11 DEBUG : forgetting directory cache 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): _readAt: size=512, off=0 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): openPending: 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/TestRWCacheUpdate" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-zozehey0puyo/TestRWCacheUpdate 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-24 04:32:07 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-24 04:31:07 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-24 04:32:07 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-24 04:31:07 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/24 05:22:12 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/24 05:22:12 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): >openPending: err= 2026/05/24 05:22:12 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): >_readAt: n=24, err=EOF 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): close: 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-24 04:32:07 +0000 UTC 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate(0x9dfe0972ec0): >close: err= 2026/05/24 05:22:12 DEBUG : Re-reading directory (100.102951ms old) 2026/05/24 05:22:12 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/24 05:22:12 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:12 DEBUG : Looking for writers 2026/05/24 05:22:12 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/24 05:22:12 DEBUG : >WaitForWriters: 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.03s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : forgetting directory cache 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/24 05:22:12 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:12 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:12 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/24 05:22:12 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/24 05:22:12 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:12 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:12 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:12 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/24 05:22:12 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/24 05:22:12 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/24 05:22:12 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:12 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:12 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/FiLeA" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zozehey0puyo/FiLeA 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/24 05:22:13 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/24 05:22:13 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/24 05:22:13 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FiLeB" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/FiLeB 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:13 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/24 05:22:13 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/24 05:22:13 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/FilEb" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zozehey0puyo/FilEb 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/24 05:22:13 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/24 05:22:13 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/24 05:22:13 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/24 05:22:13 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/24 05:22:13 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:13 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:13 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:13 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/24 05:22:13 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/24 05:22:13 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/24 05:22:13 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/24 05:22:13 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/24 05:22:13 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:13 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:13 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:13 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:13 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:13 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:13 DEBUG : Looking for writers 2026/05/24 05:22:13 DEBUG : FiLeA: reading active writers 2026/05/24 05:22:13 DEBUG : FiLeB: reading active writers 2026/05/24 05:22:13 DEBUG : FilEb: reading active writers 2026/05/24 05:22:13 DEBUG : >WaitForWriters: 2026/05/24 05:22:13 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:13 DEBUG : Looking for writers 2026/05/24 05:22:13 DEBUG : FiLeA: reading active writers 2026/05/24 05:22:13 DEBUG : FiLeB: reading active writers 2026/05/24 05:22:13 DEBUG : FilEb: reading active writers 2026/05/24 05:22:13 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.59s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/normal name with no special characters.txt" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/normal name with no special characters.txt 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:13 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/normal name with no special characters.txt" 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/24 05:22:13 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zozehey0puyo/normal name with no special characters.txt 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/normal name with no special characters.txt" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zozehey0puyo/normal name with no special characters.txt 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/測試_Русский___ě_áñ" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zozehey0puyo/測試_Русский___ě_áñ 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/24 05:22:14 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.64s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Reusing VFS from active cache 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:14 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:14 DEBUG : dir: Looking for writers 2026/05/24 05:22:14 DEBUG : file2: reading active writers 2026/05/24 05:22:14 DEBUG : Looking for writers 2026/05/24 05:22:14 DEBUG : file1: reading active writers 2026/05/24 05:22:14 DEBUG : dir: reading active writers 2026/05/24 05:22:14 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.44s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:14 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:14 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:15 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:15 DEBUG : dir: Looking for writers 2026/05/24 05:22:15 DEBUG : Looking for writers 2026/05/24 05:22:15 DEBUG : dir: reading active writers 2026/05/24 05:22:15 DEBUG : file1: reading active writers 2026/05/24 05:22:15 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.43s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:15 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:15 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:15 DEBUG : file1: Open: flags=O_RDONLY 2026/05/24 05:22:15 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/24 05:22:15 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/24 05:22:15 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:15 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/24 05:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/new_file.txt" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/new_file.txt 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/new_file.txt" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/dir/new_file.txt 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:15 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/24 05:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/24 05:22:15 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:15 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/24 05:22:15 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:15 DEBUG : dir: Looking for writers 2026/05/24 05:22:15 DEBUG : file2: reading active writers 2026/05/24 05:22:15 DEBUG : new_file.txt: reading active writers 2026/05/24 05:22:15 DEBUG : Looking for writers 2026/05/24 05:22:15 DEBUG : dir: reading active writers 2026/05/24 05:22:15 DEBUG : file1: reading active writers 2026/05/24 05:22:15 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.53s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:15 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:15 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file2" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/dir/file2 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:16 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/24 05:22:16 DEBUG : dir/file1: Updating file with dir/file1 0x9dfe0b25110 2026/05/24 05:22:16 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/24 05:22:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/dir/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/dir/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:16 INFO : dir/file1: Moved (server-side) to: file0 2026/05/24 05:22:16 DEBUG : file0: Updating file with file0 0x9dfe0b25110 2026/05/24 05:22:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file0" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file0 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file0" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zozehey0puyo/file0 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file0" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file0 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file0" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zozehey0puyo/file0 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/24 05:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:16 DEBUG : dir: Looking for writers 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : dir: reading active writers 2026/05/24 05:22:16 DEBUG : file0: reading active writers 2026/05/24 05:22:16 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:16 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Server has VFS statistics extension 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: About path "/rclone-test-zozehey0puyo" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: About path "/rclone-test-zozehey0puyo" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: About using shell command for shell type "unix" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: df -k /rclone-test-zozehey0puyo 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: 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-zozehey0puyo" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58920648 91852360 37% / 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:16 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/24 05:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : a: Looking for writers 2026/05/24 05:22:16 DEBUG : b: Looking for writers 2026/05/24 05:22:16 DEBUG : c: Looking for writers 2026/05/24 05:22:16 DEBUG : d: Looking for writers 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : c: reading active writers 2026/05/24 05:22:16 DEBUG : d: reading active writers 2026/05/24 05:22:16 DEBUG : /: reading active writers 2026/05/24 05:22:16 DEBUG : a: reading active writers 2026/05/24 05:22:16 DEBUG : b: reading active writers 2026/05/24 05:22:16 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.21s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:16 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/24 05:22:16 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/24 05:22:16 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/24 05:22:16 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/24 05:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:16 DEBUG : a/b/c/d: Looking for writers 2026/05/24 05:22:16 DEBUG : a/b/c: Looking for writers 2026/05/24 05:22:16 DEBUG : d: reading active writers 2026/05/24 05:22:16 DEBUG : a/b: Looking for writers 2026/05/24 05:22:16 DEBUG : c: reading active writers 2026/05/24 05:22:16 DEBUG : a: Looking for writers 2026/05/24 05:22:16 DEBUG : b: reading active writers 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : a: reading active writers 2026/05/24 05:22:16 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:16 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:16 DEBUG : Looking for writers 2026/05/24 05:22:16 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:16 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:16 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/24 05:22:16 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/24 05:22:16 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/24 05:22:16 DEBUG : file1: size = 5 OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:16 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:17 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:17 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/24 05:22:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:17 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/24 05:22:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/24 05:22:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/24 05:22:17 DEBUG : file1: size = 0 OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:17 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:17 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/24 05:22:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/24 05:22:17 DEBUG : file1: size = 7 OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:17 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:17 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/24 05:22:17 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/24 05:22:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:17 DEBUG : Looking for writers 2026/05/24 05:22:17 DEBUG : file1: reading active writers 2026/05/24 05:22:17 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.47s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:17 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:17 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/24 05:22:18 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/24 05:22:18 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/24 05:22:18 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/24 05:22:18 DEBUG : file1: size = 11 OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:18 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/24 05:22:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/24 05:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:18 DEBUG : Looking for writers 2026/05/24 05:22:18 DEBUG : file1: reading active writers 2026/05/24 05:22:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:18 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/24 05:22:18 DEBUG : file1: size = 5 OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/24 05:22:18 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/24 05:22:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/24 05:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:18 DEBUG : Looking for writers 2026/05/24 05:22:18 DEBUG : file1: reading active writers 2026/05/24 05:22:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:18 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: WriteFileHandle.Release closing 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/24 05:22:18 DEBUG : file1: size = 0 OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:18 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/24 05:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:18 DEBUG : Looking for writers 2026/05/24 05:22:18 DEBUG : file1: reading active writers 2026/05/24 05:22:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:18 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/24 05:22:18 DEBUG : file1: size = 2 OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:18 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/24 05:22:18 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/24 05:22:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:18 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:18 DEBUG : Looking for writers 2026/05/24 05:22:18 DEBUG : file1: reading active writers 2026/05/24 05:22:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:18 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/24 05:22:18 DEBUG : file1: size = 0 OK 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:18 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/24 05:22:19 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/24 05:22:19 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:19 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:19 DEBUG : file1: Open: flags=O_RDONLY 2026/05/24 05:22:19 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/24 05:22:19 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/24 05:22:19 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:19 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:19 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:19 DEBUG : Looking for writers 2026/05/24 05:22:19 DEBUG : file1: reading active writers 2026/05/24 05:22:19 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:19 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/24 05:22:19 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/24 05:22:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:19 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/24 05:22:19 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/24 05:22:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/24 05:22:19 DEBUG : file1: size = 100 OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/file1" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 36f87cf9af372ec56431d20c2aa1c8df /rclone-test-zozehey0puyo/file1 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : file1: Parsed hash: 36f87cf9af372ec56431d20c2aa1c8df 2026/05/24 05:22:19 DEBUG : file1: md5 = 36f87cf9af372ec56431d20c2aa1c8df OK 2026/05/24 05:22:19 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/24 05:22:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/24 05:22:19 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/24 05:22:19 DEBUG : file1: Open: flags=O_RDONLY 2026/05/24 05:22:19 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/24 05:22:19 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/24 05:22:19 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:19 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:19 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:19 DEBUG : Looking for writers 2026/05/24 05:22:19 DEBUG : file1: reading active writers 2026/05/24 05:22:19 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:19 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:19 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:19 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: sha1sum /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/24 05:22:20 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/24 05:22:20 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f000.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-zozehey0puyo/flat/f000.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/24 05:22:20 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/24 05:22:20 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f001.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-zozehey0puyo/flat/f001.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/24 05:22:20 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/24 05:22:20 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f002.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-zozehey0puyo/flat/f002.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/24 05:22:20 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/24 05:22:20 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f003.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-zozehey0puyo/flat/f003.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/24 05:22:20 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/24 05:22:20 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/flat/f004.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-zozehey0puyo/flat/f004.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/24 05:22:20 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:20 DEBUG : flat: Looking for writers 2026/05/24 05:22:20 DEBUG : f003.txt: reading active writers 2026/05/24 05:22:20 DEBUG : f004.txt: reading active writers 2026/05/24 05:22:20 DEBUG : f000.txt: reading active writers 2026/05/24 05:22:20 DEBUG : f001.txt: reading active writers 2026/05/24 05:22:20 DEBUG : f002.txt: reading active writers 2026/05/24 05:22:20 DEBUG : Looking for writers 2026/05/24 05:22:20 DEBUG : flat: reading active writers 2026/05/24 05:22:20 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.52s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:20 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:20 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/24 05:22:20 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/a/b/c/deep.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/a/b/c/deep.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/a/b/c/deep.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-zozehey0puyo/a/b/c/deep.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/24 05:22:20 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/24 05:22:20 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/a/b/mid.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/a/b/mid.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/a/b/mid.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-zozehey0puyo/a/b/mid.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:20 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/24 05:22:20 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/24 05:22:20 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/24 05:22:20 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:20 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/a/top.txt" 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/a/top.txt 2026/05/24 05:22:20 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/a/top.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-zozehey0puyo/a/top.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:21 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/24 05:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:21 DEBUG : a/b/c: Looking for writers 2026/05/24 05:22:21 DEBUG : deep.txt: reading active writers 2026/05/24 05:22:21 DEBUG : a/b: Looking for writers 2026/05/24 05:22:21 DEBUG : c: reading active writers 2026/05/24 05:22:21 DEBUG : mid.txt: reading active writers 2026/05/24 05:22:21 DEBUG : a: Looking for writers 2026/05/24 05:22:21 DEBUG : b: reading active writers 2026/05/24 05:22:21 DEBUG : top.txt: reading active writers 2026/05/24 05:22:21 DEBUG : Looking for writers 2026/05/24 05:22:21 DEBUG : a: reading active writers 2026/05/24 05:22:21 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:21 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/bigdir/big.bin" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/bigdir/big.bin 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/bigdir/big.bin" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 8f4d88d3578744ccce0bdecb82b914f4 /rclone-test-zozehey0puyo/bigdir/big.bin 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:21 DEBUG : bigdir/big.bin: Parsed hash: 8f4d88d3578744ccce0bdecb82b914f4 2026/05/24 05:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:21 DEBUG : bigdir: Looking for writers 2026/05/24 05:22:21 DEBUG : big.bin: reading active writers 2026/05/24 05:22:21 DEBUG : Looking for writers 2026/05/24 05:22:21 DEBUG : bigdir: reading active writers 2026/05/24 05:22:21 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.74s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-zozehey0puyo", Local "Local file system at /tmp/rclone943726308", Modify Window "1s" 2026/05/24 05:22:21 INFO : sftp://rclone@:22/rclone-test-zozehey0puyo: poll-interval is not supported by this remote 2026/05/24 05:22:21 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/24 05:22:21 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/24 05:22:21 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:21 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir1/a.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir1/a.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir1/a.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-zozehey0puyo/dir1/a.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:21 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/24 05:22:21 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/24 05:22:21 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/24 05:22:21 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:21 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir2/b.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir2/b.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir2/b.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-zozehey0puyo/dir2/b.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:21 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/24 05:22:21 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/24 05:22:21 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/24 05:22:21 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/24 05:22:21 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Shell path "/rclone-test-zozehey0puyo/dir3/c.txt" 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: creating additional session 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Running remote command: md5sum /rclone-test-zozehey0puyo/dir3/c.txt 2026/05/24 05:22:21 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zozehey0puyo/dir3/c.txt" 2026/05/24 05:22:22 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: command exited OK 2026/05/24 05:22:22 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-zozehey0puyo/dir3/c.txt 2026/05/24 05:22:22 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: ssh external: close 2026/05/24 05:22:22 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/24 05:22:22 DEBUG : WaitForWriters: timeout=30s 2026/05/24 05:22:22 DEBUG : dir1: Looking for writers 2026/05/24 05:22:22 DEBUG : a.txt: reading active writers 2026/05/24 05:22:22 DEBUG : dir2: Looking for writers 2026/05/24 05:22:22 DEBUG : b.txt: reading active writers 2026/05/24 05:22:22 DEBUG : dir3: Looking for writers 2026/05/24 05:22:22 DEBUG : c.txt: reading active writers 2026/05/24 05:22:22 DEBUG : Looking for writers 2026/05/24 05:22:22 DEBUG : dir2: reading active writers 2026/05/24 05:22:22 DEBUG : dir3: reading active writers 2026/05/24 05:22:22 DEBUG : dir1: reading active writers 2026/05/24 05:22:22 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/24 05:22:22 DEBUG : sftp://rclone@:22/rclone-test-zozehey0puyo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.001254387s (try 1/5)