"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/14 04:20:05 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-tafabuf6fawo" 2026/05/14 04:20:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/14 04:20:05 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/14 04:20:05 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/14 04:20:05 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/14 04:20:05 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/14 04:20:05 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/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: 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/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell type "unix" from config 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Relative path resolved to "/rclone-test-tafabuf6fawo" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Using root directory "/rclone-test-tafabuf6fawo" 2026/05/14 04:20:05 DEBUG : Creating backend with remote "/tmp/rclone2682668011" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:05 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:05 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:05 DEBUG : dir: Looking for writers 2026/05/14 04:20:05 DEBUG : Looking for writers 2026/05/14 04:20:05 DEBUG : dir: reading active writers 2026/05/14 04:20:05 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:05 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:05 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/14 04:20:05 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:05 DEBUG : dir/subdir: Looking for writers 2026/05/14 04:20:05 DEBUG : dir: Looking for writers 2026/05/14 04:20:05 DEBUG : file1: reading active writers 2026/05/14 04:20:05 DEBUG : file2: reading active writers 2026/05/14 04:20:05 DEBUG : subdir: reading active writers 2026/05/14 04:20:05 DEBUG : Looking for writers 2026/05/14 04:20:05 DEBUG : dir: reading active writers 2026/05/14 04:20:05 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:05 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:06 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:06 DEBUG : dir: Looking for writers 2026/05/14 04:20:06 DEBUG : file1: reading active writers 2026/05/14 04:20:06 DEBUG : Looking for writers 2026/05/14 04:20:06 DEBUG : dir: reading active writers 2026/05/14 04:20:06 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.17s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:06 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:06 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:06 DEBUG : dir: Looking for writers 2026/05/14 04:20:06 DEBUG : Looking for writers 2026/05/14 04:20:06 DEBUG : dir: reading active writers 2026/05/14 04:20:06 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:06 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:06 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:06 DEBUG : forgetting directory cache 2026/05/14 04:20:06 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:06 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:06 DEBUG : Looking for writers 2026/05/14 04:20:06 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.18s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:06 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:06 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/14 04:20:06 DEBUG : dir: invalidating directory cache 2026/05/14 04:20:06 DEBUG : >ForgetPath: 2026/05/14 04:20:06 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/14 04:20:06 DEBUG : invalidating directory cache 2026/05/14 04:20:06 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:06 DEBUG : >ForgetPath: 2026/05/14 04:20:06 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/14 04:20:06 DEBUG : >ForgetPath: 2026/05/14 04:20:06 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:06 DEBUG : dir: Looking for writers 2026/05/14 04:20:06 DEBUG : Looking for writers 2026/05/14 04:20:06 DEBUG : dir: reading active writers 2026/05/14 04:20:06 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.22s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:06 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: 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/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/fil/a/b/c" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/fil/a/b/c 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/fil/a/b/c" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-tafabuf6fawo/fil/a/b/c 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/fil/a/b/c" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/fil/a/b/c 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/fil/a/b/c" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-tafabuf6fawo/fil/a/b/c 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:07 DEBUG : forgetting directory cache 2026/05/14 04:20:07 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:07 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:07 DEBUG : dir: Looking for writers 2026/05/14 04:20:07 DEBUG : fil/a/b: Looking for writers 2026/05/14 04:20:07 DEBUG : fil/a: Looking for writers 2026/05/14 04:20:07 DEBUG : b: reading active writers 2026/05/14 04:20:07 DEBUG : fil: Looking for writers 2026/05/14 04:20:07 DEBUG : a: reading active writers 2026/05/14 04:20:07 DEBUG : Looking for writers 2026/05/14 04:20:07 DEBUG : dir: reading active writers 2026/05/14 04:20:07 DEBUG : fil: reading active writers 2026/05/14 04:20:07 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.73s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:07 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:07 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:07 DEBUG : dir: Looking for writers 2026/05/14 04:20:07 DEBUG : Looking for writers 2026/05/14 04:20:07 DEBUG : dir: reading active writers 2026/05/14 04:20:07 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:07 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:07 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:07 DEBUG : dir: Looking for writers 2026/05/14 04:20:07 DEBUG : file1: reading active writers 2026/05/14 04:20:07 DEBUG : Looking for writers 2026/05/14 04:20:07 DEBUG : dir: reading active writers 2026/05/14 04:20:07 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:07 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/subdir/file3" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tafabuf6fawo/dir/subdir/file3 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/14 04:20:08 DEBUG : Waiting for deletions to finish 2026/05/14 04:20:08 INFO : dir/subdir/file3: Deleted 2026/05/14 04:20:08 DEBUG : removing 1 level 2 directories 2026/05/14 04:20:08 INFO : dir/subdir: Removing directory 2026/05/14 04:20:08 DEBUG : dir: invalidating directory cache 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/14 04:20:08 DEBUG : dir/file1: Reset virtual modtime 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/14 04:20:08 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/14 04:20:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:08 DEBUG : dir: invalidating directory cache 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/14 04:20:08 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/14 04:20:08 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/14 04:20:08 DEBUG : forgetting directory cache 2026/05/14 04:20:08 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:08 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/14 04:20:08 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:08 DEBUG : dir/virtualDir: Looking for writers 2026/05/14 04:20:08 DEBUG : dir: Looking for writers 2026/05/14 04:20:08 DEBUG : virtualDir: reading active writers 2026/05/14 04:20:08 DEBUG : file1: reading active writers 2026/05/14 04:20:08 DEBUG : virtualFile2: reading active writers 2026/05/14 04:20:08 DEBUG : virtualFile: reading active writers 2026/05/14 04:20:08 DEBUG : Looking for writers 2026/05/14 04:20:08 DEBUG : dir: reading active writers 2026/05/14 04:20:08 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:08 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:08 ERROR : dir/: Can only open directories read only 2026/05/14 04:20:08 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:08 DEBUG : dir: Looking for writers 2026/05/14 04:20:08 DEBUG : Looking for writers 2026/05/14 04:20:08 DEBUG : dir: reading active writers 2026/05/14 04:20:08 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.22s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:08 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:09 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:09 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/14 04:20:09 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/14 04:20:09 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/14 04:20:09 DEBUG : dir/potato: size = 5 OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/potato" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/potato 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/potato" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/potato 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:09 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:09 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/14 04:20:09 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/14 04:20:09 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:09 DEBUG : dir: Looking for writers 2026/05/14 04:20:09 DEBUG : file1: reading active writers 2026/05/14 04:20:09 DEBUG : potato: reading active writers 2026/05/14 04:20:09 DEBUG : Looking for writers 2026/05/14 04:20:09 DEBUG : dir: reading active writers 2026/05/14 04:20:09 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:09 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:09 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:09 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:09 DEBUG : dir/sub: Looking for writers 2026/05/14 04:20:09 DEBUG : dir: Looking for writers 2026/05/14 04:20:09 DEBUG : file1: reading active writers 2026/05/14 04:20:09 DEBUG : sub: reading active writers 2026/05/14 04:20:09 DEBUG : Looking for writers 2026/05/14 04:20:09 DEBUG : dir: reading active writers 2026/05/14 04:20:09 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:09 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:09 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/14 04:20:09 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:10 DEBUG : dir/sub/subsub: Looking for writers 2026/05/14 04:20:10 DEBUG : dir/sub: Looking for writers 2026/05/14 04:20:10 DEBUG : subsub: reading active writers 2026/05/14 04:20:10 DEBUG : dir: Looking for writers 2026/05/14 04:20:10 DEBUG : file1: reading active writers 2026/05/14 04:20:10 DEBUG : sub: reading active writers 2026/05/14 04:20:10 DEBUG : Looking for writers 2026/05/14 04:20:10 DEBUG : dir: reading active writers 2026/05/14 04:20:10 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.41s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:10 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:10 ERROR : dir/: Dir.Remove not empty 2026/05/14 04:20:10 DEBUG : dir/file1: Remove: 2026/05/14 04:20:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:10 DEBUG : dir/file1: >Remove: err= 2026/05/14 04:20:10 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/14 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:10 DEBUG : Looking for writers 2026/05/14 04:20:10 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:10 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:10 DEBUG : dir/file1: Remove: 2026/05/14 04:20:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:10 DEBUG : dir/file1: >Remove: err= 2026/05/14 04:20:10 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/14 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:10 DEBUG : Looking for writers 2026/05/14 04:20:10 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:10 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:10 DEBUG : dir/file1: Remove: 2026/05/14 04:20:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:10 DEBUG : dir/file1: >Remove: err= 2026/05/14 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:10 DEBUG : dir: Looking for writers 2026/05/14 04:20:10 DEBUG : Looking for writers 2026/05/14 04:20:10 DEBUG : dir: reading active writers 2026/05/14 04:20:10 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:10 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tafabuf6fawo/dir/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tafabuf6fawo/dir/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/14 04:20:11 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/14 04:20:11 DEBUG : dir: Updating dir with dir2 0x22fb812ef2b0 2026/05/14 04:20:11 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:11 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/14 04:20:11 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir2/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir2/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir2/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir2/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir2/file1" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir2/file1 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:11 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/14 04:20:11 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/14 04:20:11 DEBUG : file2: Updating file with file2 0x22fb8157b450 2026/05/14 04:20:11 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:11 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/14 04:20:12 INFO : dir2/file3: Deleted 2026/05/14 04:20:12 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/14 04:20:12 DEBUG : dir2/file3: Updating file with dir2/file3 0x22fb8157b450 2026/05/14 04:20:12 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/14 04:20:12 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir2/file3" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir2/file3 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:12 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/14 04:20:12 DEBUG : empty directory: Updating dir with renamed empty directory 0x22fb812a9c70 2026/05/14 04:20:12 DEBUG : empty directory: forgetting directory cache 2026/05/14 04:20:12 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/14 04:20:12 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/14 04:20:12 DEBUG : dir2: Renaming to "dir3" 2026/05/14 04:20:12 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:12 DEBUG : dir3: Looking for writers 2026/05/14 04:20:12 DEBUG : file3: reading active writers 2026/05/14 04:20:12 DEBUG : renamed empty directory: Looking for writers 2026/05/14 04:20:12 DEBUG : Looking for writers 2026/05/14 04:20:12 DEBUG : dir3: reading active writers 2026/05/14 04:20:12 DEBUG : renamed empty directory: reading active writers 2026/05/14 04:20:12 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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:12 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:12 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/14 04:20:12 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:12 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:12 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/14 04:20:12 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/14 04:20:12 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/14 04:20:12 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/14 04:20:12 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:12 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:12 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:12 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/14 04:20:12 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/14 04:20:12 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/14 04:20:12 DEBUG : dir/sub/file2: size = 12 OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/sub/file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/sub/file2 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/sub/file2" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-tafabuf6fawo/dir/sub/file2 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:12 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/14 04:20:12 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/14 04:20:12 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/14 04:20:12 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:12 DEBUG : forgetting directory cache 2026/05/14 04:20:12 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:12 DEBUG : dir/sub: forgetting directory cache 2026/05/14 04:20:12 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/14 04:20:12 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/14 04:20:12 DEBUG : dir/sub/file0: size = 5 OK 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/sub/file0" 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/sub/file0 2026/05/14 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/sub/file0" 2026/05/14 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/sub/file0 2026/05/14 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:13 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:13 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:13 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/14 04:20:13 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/14 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:13 DEBUG : dir/sub: Looking for writers 2026/05/14 04:20:13 DEBUG : file0: reading active writers 2026/05/14 04:20:13 DEBUG : file2: reading active writers 2026/05/14 04:20:13 DEBUG : dir: Looking for writers 2026/05/14 04:20:13 DEBUG : file1: reading active writers 2026/05/14 04:20:13 DEBUG : sub: reading active writers 2026/05/14 04:20:13 DEBUG : Looking for writers 2026/05/14 04:20:13 DEBUG : dir: reading active writers 2026/05/14 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.47s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:13 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:13 DEBUG : forgetting directory cache 2026/05/14 04:20:14 DEBUG : forgetting directory cache 2026/05/14 04:20:14 DEBUG : dir: forgetting directory cache 2026/05/14 04:20:14 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:14 DEBUG : dir: Looking for writers 2026/05/14 04:20:14 DEBUG : Looking for writers 2026/05/14 04:20:14 DEBUG : dir: reading active writers 2026/05/14 04:20:14 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:14 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:14 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:14 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/14 04:20:14 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:14 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/14 04:20:14 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/14 04:20:14 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/14 04:20:14 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:14 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:14 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:14 DEBUG : dir: Looking for writers 2026/05/14 04:20:14 DEBUG : file1.metadata: reading active writers 2026/05/14 04:20:14 DEBUG : file1: reading active writers 2026/05/14 04:20:14 DEBUG : Looking for writers 2026/05/14 04:20:14 DEBUG : dir: reading active writers 2026/05/14 04:20:14 DEBUG : dir.metadata: reading active writers 2026/05/14 04:20:14 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:14 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:14 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:14 DEBUG : dir: Looking for writers 2026/05/14 04:20:14 DEBUG : file1: reading active writers 2026/05/14 04:20:14 DEBUG : Looking for writers 2026/05/14 04:20:14 DEBUG : dir: reading active writers 2026/05/14 04:20:14 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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:14 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:14 DEBUG : Can set mod time: true 2026/05/14 04:20:14 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:14 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:14 DEBUG : dir: Looking for writers 2026/05/14 04:20:14 DEBUG : file1: reading active writers 2026/05/14 04:20:14 DEBUG : Looking for writers 2026/05/14 04:20:14 DEBUG : dir: reading active writers 2026/05/14 04:20:14 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:14 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:15 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/14 04:20:15 DEBUG : dir/file1: size = 0 OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:15 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:15 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:15 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/14 04:20:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:15 DEBUG : dir: Looking for writers 2026/05/14 04:20:15 DEBUG : file1: reading active writers 2026/05/14 04:20:15 DEBUG : Looking for writers 2026/05/14 04:20:15 DEBUG : dir: reading active writers 2026/05/14 04:20:15 DEBUG : >WaitForWriters: 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/14 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:15 DEBUG : dir: Looking for writers 2026/05/14 04:20:15 DEBUG : file1: reading active writers 2026/05/14 04:20:15 DEBUG : Looking for writers 2026/05/14 04:20:15 DEBUG : dir: reading active writers 2026/05/14 04:20:15 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:15 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:15 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/14 04:20:15 DEBUG : dir/file1: size = 5 OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:15 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:15 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:15 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/14 04:20:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:15 DEBUG : dir: Looking for writers 2026/05/14 04:20:15 DEBUG : file1: reading active writers 2026/05/14 04:20:15 DEBUG : Looking for writers 2026/05/14 04:20:15 DEBUG : dir: reading active writers 2026/05/14 04:20:15 DEBUG : >WaitForWriters: 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:15 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/14 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:15 DEBUG : dir: Looking for writers 2026/05/14 04:20:15 DEBUG : file1: reading active writers 2026/05/14 04:20:15 DEBUG : Looking for writers 2026/05/14 04:20:15 DEBUG : dir: reading active writers 2026/05/14 04:20:15 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:15 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:15 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:16 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:16 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:16 DEBUG : dir: Looking for writers 2026/05/14 04:20:16 DEBUG : file1: reading active writers 2026/05/14 04:20:16 DEBUG : Looking for writers 2026/05/14 04:20:16 DEBUG : dir: reading active writers 2026/05/14 04:20:16 DEBUG : >WaitForWriters: 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:16 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:16 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/14 04:20:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:16 DEBUG : dir/file1(0x22fb810f4980): close: 2026/05/14 04:20:16 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/14 04:20:16 DEBUG : dir/file1(0x22fb810f4980): >close: err= 2026/05/14 04:20:16 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:16 DEBUG : dir: Looking for writers 2026/05/14 04:20:16 DEBUG : file1: reading active writers 2026/05/14 04:20:16 DEBUG : Looking for writers 2026/05/14 04:20:16 DEBUG : dir: reading active writers 2026/05/14 04:20:16 DEBUG : >WaitForWriters: 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:16 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:16 DEBUG : dir: Looking for writers 2026/05/14 04:20:16 DEBUG : file1: reading active writers 2026/05/14 04:20:16 DEBUG : Looking for writers 2026/05/14 04:20:16 DEBUG : dir: reading active writers 2026/05/14 04:20:16 DEBUG : >WaitForWriters: 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:16 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:16 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:16 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/14 04:20:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:16 DEBUG : dir/file1(0x22fb81705b00): _writeAt: size=5, off=0 2026/05/14 04:20:16 DEBUG : dir/file1(0x22fb81705b00): openPending: 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/14 04:20:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:17 DEBUG : dir/file1(0x22fb81705b00): >openPending: err= 2026/05/14 04:20:17 DEBUG : dir/file1(0x22fb81705b00): >_writeAt: n=5, err= 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/14 04:20:17 DEBUG : dir/file1(0x22fb81705b00): close: 2026/05/14 04:20:17 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/14 04:20:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/14 04:20:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/14 04:20:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/14 04:20:17 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:17 DEBUG : dir/file1(0x22fb81705b00): >close: err= 2026/05/14 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: starting upload 2026/05/14 04:20:17 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1.2f98c60a.partial" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1.2f98c60a.partial 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1.2f98c60a.partial" 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tafabuf6fawo/dir/file1.2f98c60a.partial 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/14 04:20:17 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/14 04:20:17 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/14 04:20:17 INFO : dir/file1: Copied (replaced existing) 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/14 04:20:17 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:17 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/14 04:20:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:17 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : >WaitForWriters: 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/14 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : >WaitForWriters: 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.10s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:17 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:17 DEBUG : dir: Looking for writers 2026/05/14 04:20:17 DEBUG : file1: reading active writers 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : dir: reading active writers 2026/05/14 04:20:17 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/05/14 04:20:17 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/14 04:20:17 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/14 04:20:17 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:17 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/14 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:17 DEBUG : Looking for writers 2026/05/14 04:20:17 DEBUG : file.txt: reading active writers 2026/05/14 04:20:17 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:17 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/14 04:20:18 DEBUG : dir/file1: size = 25 OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:18 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:18 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:18 DEBUG : dir: Looking for writers 2026/05/14 04:20:18 DEBUG : file1: reading active writers 2026/05/14 04:20:18 DEBUG : Looking for writers 2026/05/14 04:20:18 DEBUG : dir: reading active writers 2026/05/14 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:18 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:18 DEBUG : dir/file1: Remove: 2026/05/14 04:20:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:18 DEBUG : dir/file1: >Remove: err= 2026/05/14 04:20:18 DEBUG : dir/file1: Remove: 2026/05/14 04:20:18 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/14 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:18 DEBUG : dir: Looking for writers 2026/05/14 04:20:18 DEBUG : Looking for writers 2026/05/14 04:20:18 DEBUG : dir: reading active writers 2026/05/14 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:18 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:18 DEBUG : dir/file1: Remove: 2026/05/14 04:20:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:18 DEBUG : dir/file1: >Remove: err= 2026/05/14 04:20:18 DEBUG : dir/file1: Remove: 2026/05/14 04:20:18 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/14 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:18 DEBUG : dir: Looking for writers 2026/05/14 04:20:18 DEBUG : Looking for writers 2026/05/14 04:20:18 DEBUG : dir: reading active writers 2026/05/14 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:18 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:18 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:18 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/14 04:20:18 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:18 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/14 04:20:18 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:18 DEBUG : dir/file1: Open: flags=0x3 2026/05/14 04:20:18 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/14 04:20:18 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/14 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:18 DEBUG : dir: Looking for writers 2026/05/14 04:20:18 DEBUG : file1: reading active writers 2026/05/14 04:20:18 DEBUG : Looking for writers 2026/05/14 04:20:18 DEBUG : dir: reading active writers 2026/05/14 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:18 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:19 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:19 DEBUG : dir: Looking for writers 2026/05/14 04:20:19 DEBUG : file1: reading active writers 2026/05/14 04:20:19 DEBUG : Looking for writers 2026/05/14 04:20:19 DEBUG : dir: reading active writers 2026/05/14 04:20:19 DEBUG : >WaitForWriters: 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:19 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81bdc820 2026/05/14 04:20:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:19 DEBUG : dir/file1: Updating file with dir/file1 0x22fb81bdc820 2026/05/14 04:20:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:19 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:19 DEBUG : dir/file1: File is currently open, delaying rename 0x22fb81bdc820 2026/05/14 04:20:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/14 04:20:19 DEBUG : dir/file1: size = 25 OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:19 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:19 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:19 DEBUG : newLeaf: Running delayed rename now 2026/05/14 04:20:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:19 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81bdc820 2026/05/14 04:20:19 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:19 DEBUG : dir: Looking for writers 2026/05/14 04:20:19 DEBUG : Looking for writers 2026/05/14 04:20:19 DEBUG : dir: reading active writers 2026/05/14 04:20:19 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:19 DEBUG : >WaitForWriters: 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:19 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:19 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:19 DEBUG : dir: Looking for writers 2026/05/14 04:20:19 DEBUG : Looking for writers 2026/05/14 04:20:19 DEBUG : dir: reading active writers 2026/05/14 04:20:19 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:19 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:19 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:19 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:19 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:20 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:20 DEBUG : dir: Looking for writers 2026/05/14 04:20:20 DEBUG : file1: reading active writers 2026/05/14 04:20:20 DEBUG : Looking for writers 2026/05/14 04:20:20 DEBUG : dir: reading active writers 2026/05/14 04:20:20 DEBUG : >WaitForWriters: 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:20 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81651d40 2026/05/14 04:20:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:20 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:20 DEBUG : dir/file1: Updating file with dir/file1 0x22fb81651d40 2026/05/14 04:20:20 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:20 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/14 04:20:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:20 DEBUG : dir/file1: File is currently open, delaying rename 0x22fb81651d40 2026/05/14 04:20:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/14 04:20:20 DEBUG : dir/file1: size = 25 OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:20 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:20 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:20 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:20 DEBUG : newLeaf: Running delayed rename now 2026/05/14 04:20:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:20 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81651d40 2026/05/14 04:20:20 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:20 DEBUG : dir: Looking for writers 2026/05/14 04:20:20 DEBUG : Looking for writers 2026/05/14 04:20:20 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:20 DEBUG : dir: reading active writers 2026/05/14 04:20:20 DEBUG : >WaitForWriters: 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:20 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:21 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:21 DEBUG : >WaitForWriters: 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:21 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:21 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:21 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:21 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): openPending: 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/14 04:20:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): >openPending: err= 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): _writeAt: size=14, off=0 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): >_writeAt: n=14, err= 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): close: 2026/05/14 04:20:21 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/14 04:20:21 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb811f19c0): >close: err= 2026/05/14 04:20:21 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: starting upload 2026/05/14 04:20:21 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1.ca338588.partial" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial" 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:21 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/14 04:20:21 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/14 04:20:21 INFO : dir/file1: Copied (replaced existing) 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:21 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/14 04:20:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:21 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:21 DEBUG : dir: Looking for writers 2026/05/14 04:20:21 DEBUG : file1: reading active writers 2026/05/14 04:20:21 DEBUG : Looking for writers 2026/05/14 04:20:21 DEBUG : dir: reading active writers 2026/05/14 04:20:21 DEBUG : >WaitForWriters: 2026/05/14 04:20:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:21 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): _readAt: size=512, off=0 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): openPending: 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/14 04:20:21 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/14 04:20:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): >openPending: err= 2026/05/14 04:20:21 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): >_readAt: n=14, err=EOF 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): close: 2026/05/14 04:20:21 DEBUG : dir/file1(0x22fb815b57c0): >close: err= 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:21 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:22 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:22 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81451790 2026/05/14 04:20:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:22 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:22 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/14 04:20:22 DEBUG : dir/file1: Updating file with dir/file1 0x22fb81451790 2026/05/14 04:20:22 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:22 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:22 DEBUG : dir/file1(0x22fb81466240): openPending: 2026/05/14 04:20:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/14 04:20:22 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/14 04:20:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:22 DEBUG : dir/file1(0x22fb81466240): >openPending: err= 2026/05/14 04:20:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:22 DEBUG : dir/file1(0x22fb81466240): _writeAt: size=25, off=0 2026/05/14 04:20:22 DEBUG : dir/file1(0x22fb81466240): >_writeAt: n=25, err= 2026/05/14 04:20:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:22 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:22 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81451790 2026/05/14 04:20:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:22 DEBUG : newLeaf(0x22fb81466240): close: 2026/05/14 04:20:22 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/14 04:20:22 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-14 04:20:22.620043543 +0000 UTC m=+17.598398987 2026/05/14 04:20:22 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:22 DEBUG : newLeaf(0x22fb81466240): >close: err= 2026/05/14 04:20:22 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:22 DEBUG : dir: Looking for writers 2026/05/14 04:20:22 DEBUG : Looking for writers 2026/05/14 04:20:22 DEBUG : dir: reading active writers 2026/05/14 04:20:22 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:22 DEBUG : dir: Looking for writers 2026/05/14 04:20:22 DEBUG : Looking for writers 2026/05/14 04:20:22 DEBUG : dir: reading active writers 2026/05/14 04:20:22 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:22 DEBUG : dir: Looking for writers 2026/05/14 04:20:22 DEBUG : Looking for writers 2026/05/14 04:20:22 DEBUG : dir: reading active writers 2026/05/14 04:20:22 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:22 DEBUG : dir: Looking for writers 2026/05/14 04:20:22 DEBUG : Looking for writers 2026/05/14 04:20:22 DEBUG : dir: reading active writers 2026/05/14 04:20:22 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:22 DEBUG : newLeaf: vfs cache: starting upload 2026/05/14 04:20:22 DEBUG : newLeaf.c8bc10ef.partial: size = 25 OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf.c8bc10ef.partial" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf.c8bc10ef.partial 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf.c8bc10ef.partial" 2026/05/14 04:20:22 DEBUG : dir: Looking for writers 2026/05/14 04:20:22 DEBUG : Looking for writers 2026/05/14 04:20:22 DEBUG : dir: reading active writers 2026/05/14 04:20:22 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf.c8bc10ef.partial 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:22 DEBUG : newLeaf.c8bc10ef.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:22 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:22 DEBUG : newLeaf.c8bc10ef.partial: renamed to: newLeaf 2026/05/14 04:20:22 INFO : newLeaf: Copied (replaced existing) 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:22 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:23 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-14 04:20:22 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/14 04:20:23 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/14 04:20:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:23 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/14 04:20:23 DEBUG : dir: Looking for writers 2026/05/14 04:20:23 DEBUG : Looking for writers 2026/05/14 04:20:23 DEBUG : dir: reading active writers 2026/05/14 04:20:23 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:23 DEBUG : >WaitForWriters: 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:23 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:23 DEBUG : dir: Looking for writers 2026/05/14 04:20:23 DEBUG : Looking for writers 2026/05/14 04:20:23 DEBUG : dir: reading active writers 2026/05/14 04:20:23 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:23 DEBUG : >WaitForWriters: 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:23 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:23 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:23 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:23 DEBUG : dir: Looking for writers 2026/05/14 04:20:23 DEBUG : file1: reading active writers 2026/05/14 04:20:23 DEBUG : Looking for writers 2026/05/14 04:20:23 DEBUG : dir: reading active writers 2026/05/14 04:20:23 DEBUG : >WaitForWriters: 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:23 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81811520 2026/05/14 04:20:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:23 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:23 DEBUG : dir/file1: Updating file with dir/file1 0x22fb81811520 2026/05/14 04:20:23 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:23 DEBUG : dir/file1(0x22fb818a2580): openPending: 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:23 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/14 04:20:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb818a2580): >openPending: err= 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb818a2580): _writeAt: size=25, off=0 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb818a2580): >_writeAt: n=25, err= 2026/05/14 04:20:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:24 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81811520 2026/05/14 04:20:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:24 DEBUG : newLeaf(0x22fb818a2580): close: 2026/05/14 04:20:24 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/14 04:20:24 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-14 04:20:24.082638568 +0000 UTC m=+19.060994011 2026/05/14 04:20:24 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:24 DEBUG : newLeaf(0x22fb818a2580): >close: err= 2026/05/14 04:20:24 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:24 DEBUG : newLeaf: vfs cache: starting upload 2026/05/14 04:20:24 DEBUG : newLeaf.2d560fba.partial: size = 25 OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf.2d560fba.partial" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf.2d560fba.partial 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf.2d560fba.partial" 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf.2d560fba.partial 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : newLeaf.2d560fba.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:24 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:24 DEBUG : newLeaf.2d560fba.partial: renamed to: newLeaf 2026/05/14 04:20:24 INFO : newLeaf: Copied (replaced existing) 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:24 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-14 04:20:24 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/14 04:20:24 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/14 04:20:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:24 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : >WaitForWriters: 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:24 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:24 DEBUG : >WaitForWriters: 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:24 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:24 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:24 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): openPending: 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:24 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/14 04:20:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): >openPending: err= 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): _writeAt: size=14, off=0 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): >_writeAt: n=14, err= 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): close: 2026/05/14 04:20:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/14 04:20:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/14 04:20:24 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:24 DEBUG : dir/file1(0x22fb81818140): >close: err= 2026/05/14 04:20:24 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:24 DEBUG : dir: Looking for writers 2026/05/14 04:20:24 DEBUG : file1: reading active writers 2026/05/14 04:20:24 DEBUG : Looking for writers 2026/05/14 04:20:24 DEBUG : dir: reading active writers 2026/05/14 04:20:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:25 DEBUG : dir: Looking for writers 2026/05/14 04:20:25 DEBUG : file1: reading active writers 2026/05/14 04:20:25 DEBUG : Looking for writers 2026/05/14 04:20:25 DEBUG : dir: reading active writers 2026/05/14 04:20:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:25 DEBUG : dir: Looking for writers 2026/05/14 04:20:25 DEBUG : file1: reading active writers 2026/05/14 04:20:25 DEBUG : Looking for writers 2026/05/14 04:20:25 DEBUG : dir: reading active writers 2026/05/14 04:20:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:25 DEBUG : dir: Looking for writers 2026/05/14 04:20:25 DEBUG : file1: reading active writers 2026/05/14 04:20:25 DEBUG : Looking for writers 2026/05/14 04:20:25 DEBUG : dir: reading active writers 2026/05/14 04:20:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:25 DEBUG : dir/file1: vfs cache: starting upload 2026/05/14 04:20:25 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1.ca338588.partial" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial" 2026/05/14 04:20:25 DEBUG : dir: Looking for writers 2026/05/14 04:20:25 DEBUG : file1: reading active writers 2026/05/14 04:20:25 DEBUG : Looking for writers 2026/05/14 04:20:25 DEBUG : dir: reading active writers 2026/05/14 04:20:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1.ca338588.partial 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/14 04:20:25 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/14 04:20:25 INFO : dir/file1: Copied (replaced existing) 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:25 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/14 04:20:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:25 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:25 DEBUG : dir: Looking for writers 2026/05/14 04:20:25 DEBUG : file1: reading active writers 2026/05/14 04:20:25 DEBUG : Looking for writers 2026/05/14 04:20:25 DEBUG : dir: reading active writers 2026/05/14 04:20:25 DEBUG : >WaitForWriters: 2026/05/14 04:20:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:25 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): _readAt: size=512, off=0 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): openPending: 2026/05/14 04:20:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/14 04:20:25 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/14 04:20:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): >openPending: err= 2026/05/14 04:20:25 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): >_readAt: n=14, err=EOF 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): close: 2026/05/14 04:20:25 DEBUG : dir/file1(0x22fb81818f40): >close: err= 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:25 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81824000 2026/05/14 04:20:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:25 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/14 04:20:25 DEBUG : dir/file1: Updating file with dir/file1 0x22fb81824000 2026/05/14 04:20:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:25 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:26 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb819e8480): openPending: 2026/05/14 04:20:26 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/14 04:20:26 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/14 04:20:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb819e8480): >openPending: err= 2026/05/14 04:20:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb819e8480): _writeAt: size=25, off=0 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb819e8480): >_writeAt: n=25, err= 2026/05/14 04:20:26 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:26 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:26 DEBUG : newLeaf: Updating file with newLeaf 0x22fb81824000 2026/05/14 04:20:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:26 DEBUG : newLeaf(0x22fb819e8480): close: 2026/05/14 04:20:26 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/14 04:20:26 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-14 04:20:26.115508135 +0000 UTC m=+21.093863578 2026/05/14 04:20:26 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:26 DEBUG : newLeaf(0x22fb819e8480): >close: err= 2026/05/14 04:20:26 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:26 DEBUG : newLeaf: vfs cache: starting upload 2026/05/14 04:20:26 DEBUG : newLeaf.6dda6433.partial: size = 25 OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf.6dda6433.partial" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf.6dda6433.partial 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf.6dda6433.partial" 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf.6dda6433.partial 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : newLeaf.6dda6433.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:26 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:26 DEBUG : newLeaf.6dda6433.partial: renamed to: newLeaf 2026/05/14 04:20:26 INFO : newLeaf: Copied (replaced existing) 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:26 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-14 04:20:26 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/14 04:20:26 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/14 04:20:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:26 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : >WaitForWriters: 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:26 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : >WaitForWriters: 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:26 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:26 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:26 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:26 DEBUG : dir: Looking for writers 2026/05/14 04:20:26 DEBUG : file1: reading active writers 2026/05/14 04:20:26 DEBUG : Looking for writers 2026/05/14 04:20:26 DEBUG : dir: reading active writers 2026/05/14 04:20:26 DEBUG : >WaitForWriters: 2026/05/14 04:20:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:26 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb818a34c0): _readAt: size=512, off=0 2026/05/14 04:20:26 DEBUG : dir/file1(0x22fb818a34c0): openPending: 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:26 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/14 04:20:27 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/14 04:20:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb818a34c0): >openPending: err= 2026/05/14 04:20:27 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/14 04:20:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb818a34c0): >_readAt: n=14, err=EOF 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb818a34c0): close: 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb818a34c0): >close: err= 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:27 DEBUG : newLeaf: Updating file with newLeaf 0x22fb818c3a00 2026/05/14 04:20:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:27 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/14 04:20:27 DEBUG : dir/file1: Updating file with dir/file1 0x22fb818c3a00 2026/05/14 04:20:27 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/14 04:20:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb815b5880): openPending: 2026/05/14 04:20:27 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/14 04:20:27 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/14 04:20:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb815b5880): >openPending: err= 2026/05/14 04:20:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb815b5880): _writeAt: size=25, off=0 2026/05/14 04:20:27 DEBUG : dir/file1(0x22fb815b5880): >_writeAt: n=25, err= 2026/05/14 04:20:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:27 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/14 04:20:27 DEBUG : newLeaf: Updating file with newLeaf 0x22fb818c3a00 2026/05/14 04:20:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:27 DEBUG : newLeaf(0x22fb815b5880): close: 2026/05/14 04:20:27 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/14 04:20:27 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-14 04:20:27.843595366 +0000 UTC m=+22.821950809 2026/05/14 04:20:27 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:27 DEBUG : newLeaf(0x22fb815b5880): >close: err= 2026/05/14 04:20:27 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:27 DEBUG : dir: Looking for writers 2026/05/14 04:20:27 DEBUG : Looking for writers 2026/05/14 04:20:27 DEBUG : dir: reading active writers 2026/05/14 04:20:27 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:27 DEBUG : dir: Looking for writers 2026/05/14 04:20:27 DEBUG : Looking for writers 2026/05/14 04:20:27 DEBUG : dir: reading active writers 2026/05/14 04:20:27 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:27 DEBUG : dir: Looking for writers 2026/05/14 04:20:27 DEBUG : Looking for writers 2026/05/14 04:20:27 DEBUG : dir: reading active writers 2026/05/14 04:20:27 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:28 DEBUG : dir: Looking for writers 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 DEBUG : dir: reading active writers 2026/05/14 04:20:28 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:28 DEBUG : newLeaf: vfs cache: starting upload 2026/05/14 04:20:28 DEBUG : newLeaf.cf186ff1.partial: size = 25 OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf.cf186ff1.partial" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf.cf186ff1.partial 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf.cf186ff1.partial" 2026/05/14 04:20:28 DEBUG : dir: Looking for writers 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:28 DEBUG : dir: reading active writers 2026/05/14 04:20:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf.cf186ff1.partial 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : newLeaf.cf186ff1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:28 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/14 04:20:28 DEBUG : newLeaf.cf186ff1.partial: renamed to: newLeaf 2026/05/14 04:20:28 INFO : newLeaf: Copied (replaced existing) 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:28 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-14 04:20:27 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/14 04:20:28 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/14 04:20:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/14 04:20:28 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/14 04:20:28 DEBUG : dir: Looking for writers 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 DEBUG : dir: reading active writers 2026/05/14 04:20:28 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:28 DEBUG : >WaitForWriters: 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/newLeaf" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tafabuf6fawo/newLeaf 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/14 04:20:28 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:28 DEBUG : dir: Looking for writers 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 DEBUG : dir: reading active writers 2026/05/14 04:20:28 DEBUG : newLeaf: reading active writers 2026/05/14 04:20:28 DEBUG : >WaitForWriters: 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.57s) --- PASS: TestFileRename/off,forceCache=false (1.09s) --- PASS: TestFileRename/minimal,forceCache=false (1.19s) --- PASS: TestFileRename/minimal,forceCache=true (2.02s) --- PASS: TestFileRename/writes,forceCache=false (1.47s) --- PASS: TestFileRename/writes,forceCache=true (2.06s) --- PASS: TestFileRename/full,forceCache=false (1.74s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:28 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:28 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:28 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:28 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:28 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/14 04:20:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:28 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:28 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:28 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:28 DEBUG : dir: Looking for writers 2026/05/14 04:20:28 DEBUG : file1: reading active writers 2026/05/14 04:20:28 DEBUG : Looking for writers 2026/05/14 04:20:28 DEBUG : dir: reading active writers 2026/05/14 04:20:28 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:28 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:28 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/14 04:20:29 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/14 04:20:29 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/14 04:20:29 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:29 DEBUG : dir: Looking for writers 2026/05/14 04:20:29 DEBUG : file1: reading active writers 2026/05/14 04:20:29 DEBUG : Looking for writers 2026/05/14 04:20:29 DEBUG : dir: reading active writers 2026/05/14 04:20:29 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:29 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/14 04:20:29 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/14 04:20:29 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/14 04:20:29 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/14 04:20:29 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/14 04:20:29 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/14 04:20:29 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/14 04:20:29 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/14 04:20:29 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/14 04:20:29 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/14 04:20:29 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/14 04:20:29 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/14 04:20:29 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:29 DEBUG : dir: Looking for writers 2026/05/14 04:20:29 DEBUG : file1: reading active writers 2026/05/14 04:20:29 DEBUG : Looking for writers 2026/05/14 04:20:29 DEBUG : dir: reading active writers 2026/05/14 04:20:29 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:29 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:29 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:29 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:29 DEBUG : dir: Looking for writers 2026/05/14 04:20:29 DEBUG : file1: reading active writers 2026/05/14 04:20:29 DEBUG : Looking for writers 2026/05/14 04:20:29 DEBUG : dir: reading active writers 2026/05/14 04:20:29 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.34s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:29 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:29 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:30 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/14 04:20:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:30 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/14 04:20:30 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:30 DEBUG : dir: Looking for writers 2026/05/14 04:20:30 DEBUG : file1: reading active writers 2026/05/14 04:20:30 DEBUG : Looking for writers 2026/05/14 04:20:30 DEBUG : dir: reading active writers 2026/05/14 04:20:30 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:30 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): _readAt: size=1, off=0 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): openPending: 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:30 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >openPending: err= 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >_readAt: n=1, err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): _readAt: size=256, off=1 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >_readAt: n=15, err=EOF 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): _readAt: size=16, off=16 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >_readAt: n=0, err=EOF 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): close: 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >close: err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): close: 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f4500): >close: err=file already closed 2026/05/14 04:20:30 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:30 DEBUG : dir: Looking for writers 2026/05/14 04:20:30 DEBUG : file1: reading active writers 2026/05/14 04:20:30 DEBUG : Looking for writers 2026/05/14 04:20:30 DEBUG : dir: reading active writers 2026/05/14 04:20:30 DEBUG : >WaitForWriters: 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.30s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:30 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): _readAt: size=1, off=0 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): openPending: 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:30 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >openPending: err= 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >_readAt: n=1, err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): _readAt: size=1, off=5 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >_readAt: n=1, err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): _readAt: size=1, off=3 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >_readAt: n=1, err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): _readAt: size=1, off=13 2026/05/14 04:20:30 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >_readAt: n=1, err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): _readAt: size=16, off=100 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >_readAt: n=0, err=EOF 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): close: 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb810f5680): >close: err= 2026/05/14 04:20:30 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:30 DEBUG : dir: Looking for writers 2026/05/14 04:20:30 DEBUG : file1: reading active writers 2026/05/14 04:20:30 DEBUG : Looking for writers 2026/05/14 04:20:30 DEBUG : dir: reading active writers 2026/05/14 04:20:30 DEBUG : >WaitForWriters: 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:30 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:30 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=1, off=0 2026/05/14 04:20:30 DEBUG : dir/file1(0x22fb813e8b40): openPending: 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:30 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >openPending: err= 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=1, err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=1, off=5 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=1, err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=1, off=1 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=1, err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=6, off=10 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=6, err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=256, off=10 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=6, err=EOF 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=256, off=100 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=0, err=EOF 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): close: 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >close: err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): _readAt: size=256, off=100 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e8b40): >_readAt: n=0, err=file already closed 2026/05/14 04:20:31 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:31 DEBUG : dir: Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : dir: reading active writers 2026/05/14 04:20:31 DEBUG : >WaitForWriters: 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.33s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:31 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): RWFileHandle.Flush 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): _readAt: size=256, off=0 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): openPending: 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): >openPending: err= 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): >_readAt: n=16, err=EOF 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): RWFileHandle.Flush 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): RWFileHandle.Flush 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): close: 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb814669c0): >close: err= 2026/05/14 04:20:31 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:31 DEBUG : dir: Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : dir: reading active writers 2026/05/14 04:20:31 DEBUG : >WaitForWriters: 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.33s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/14 04:20:31 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): _readAt: size=256, off=0 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): openPending: 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:31 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): >openPending: err= 2026/05/14 04:20:31 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): >_readAt: n=16, err=EOF 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): RWFileHandle.Release 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): close: 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): >close: err= 2026/05/14 04:20:31 DEBUG : dir/file1(0x22fb813e9dc0): RWFileHandle.Release 2026/05/14 04:20:31 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:31 DEBUG : dir: Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : dir: reading active writers 2026/05/14 04:20:31 DEBUG : >WaitForWriters: 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.33s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:31 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:31 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): openPending: 2026/05/14 04:20:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): >openPending: err= 2026/05/14 04:20:31 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): _writeAt: size=5, off=0 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): >_writeAt: n=5, err= 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): _writeAt: size=7, off=5 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): >_writeAt: n=7, err= 2026/05/14 04:20:31 DEBUG : file1: vfs cache: truncate to size=11 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): close: 2026/05/14 04:20:31 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:31.770267863 +0000 UTC m=+26.748623386 2026/05/14 04:20:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): >close: err= 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): close: 2026/05/14 04:20:31 DEBUG : file1(0x22fb81467700): >close: err=file already closed 2026/05/14 04:20:31 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:31 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:31 DEBUG : file1.a243d5bc.partial: size = 11 OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.a243d5bc.partial" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.a243d5bc.partial 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.a243d5bc.partial" 2026/05/14 04:20:31 DEBUG : Looking for writers 2026/05/14 04:20:31 DEBUG : file1: reading active writers 2026/05/14 04:20:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1.a243d5bc.partial 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:31 DEBUG : file1.a243d5bc.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:31 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/14 04:20:31 DEBUG : file1.a243d5bc.partial: renamed to: file1 2026/05/14 04:20:31 INFO : file1: Copied (new) 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:31 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:32 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-14 04:20:31 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/14 04:20:32 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : >WaitForWriters: 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/14 04:20:32 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : >WaitForWriters: 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:32 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:32 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:32 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): openPending: 2026/05/14 04:20:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): >openPending: err= 2026/05/14 04:20:32 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): _writeAt: size=7, off=0 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): >_writeAt: n=7, err= 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): _writeAt: size=6, off=5 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): >_writeAt: n=6, err= 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): close: 2026/05/14 04:20:32 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:32.287889676 +0000 UTC m=+27.266245119 2026/05/14 04:20:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): >close: err= 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): _writeAt: size=5, off=0 2026/05/14 04:20:32 DEBUG : file1(0x22fb815b5800): >_writeAt: n=0, err=file already closed 2026/05/14 04:20:32 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:32 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:32 DEBUG : file1.f3751982.partial: size = 11 OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.f3751982.partial" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.f3751982.partial 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.f3751982.partial" 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1.f3751982.partial 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1.f3751982.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:32 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/14 04:20:32 DEBUG : file1.f3751982.partial: renamed to: file1 2026/05/14 04:20:32 INFO : file1: Copied (new) 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:32 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-14 04:20:32 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/14 04:20:32 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : >WaitForWriters: 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:32 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/14 04:20:32 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : >WaitForWriters: 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.51s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:32 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:32 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:32 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:32 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:32 DEBUG : file1(0x22fb81640440): openPending: 2026/05/14 04:20:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 DEBUG : file1(0x22fb81640440): >openPending: err= 2026/05/14 04:20:32 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:32 DEBUG : file1(0x22fb81640440): close: 2026/05/14 04:20:32 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:32.799867511 +0000 UTC m=+27.778222954 2026/05/14 04:20:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:32 DEBUG : file1(0x22fb81640440): >close: err= 2026/05/14 04:20:32 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/14 04:20:32 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:32 DEBUG : file2: newRWFileHandle: 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): openPending: 2026/05/14 04:20:32 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): >openPending: err= 2026/05/14 04:20:32 DEBUG : file2: >newRWFileHandle: err= 2026/05/14 04:20:32 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:32 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/14 04:20:32 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): RWFileHandle.Flush 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): RWFileHandle.Release 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): close: 2026/05/14 04:20:32 DEBUG : file2: vfs cache: setting modification time to 2026-05-14 04:20:32.800847132 +0000 UTC m=+27.779202575 2026/05/14 04:20:32 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:32 DEBUG : file2(0x22fb816408c0): >close: err= 2026/05/14 04:20:32 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : file2: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : file2: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : file2: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : file2: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/14 04:20:32 DEBUG : file2: vfs cache: starting upload 2026/05/14 04:20:32 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:32 DEBUG : file2.01663ef3.partial: size = 0 OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2.01663ef3.partial" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file2.01663ef3.partial 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file2.01663ef3.partial" 2026/05/14 04:20:32 DEBUG : file1.fe919ce7.partial: size = 0 OK 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.fe919ce7.partial" 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.fe919ce7.partial 2026/05/14 04:20:32 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.fe919ce7.partial" 2026/05/14 04:20:32 DEBUG : Looking for writers 2026/05/14 04:20:32 DEBUG : file1: reading active writers 2026/05/14 04:20:32 DEBUG : file2: reading active writers 2026/05/14 04:20:32 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file2.01663ef3.partial 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file2.01663ef3.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1.fe919ce7.partial 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1.fe919ce7.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:33 DEBUG : file2.01663ef3.partial: renamed to: file2 2026/05/14 04:20:33 INFO : file2: Copied (new) 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : file1.fe919ce7.partial: renamed to: file1 2026/05/14 04:20:33 INFO : file1: Copied (new) 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-14 04:20:32 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/14 04:20:33 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-14 04:20:32 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/14 04:20:33 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/14 04:20:33 INFO : file2: vfs cache: upload succeeded try #1 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : file2: reading active writers 2026/05/14 04:20:33 DEBUG : >WaitForWriters: 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file2" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tafabuf6fawo/file2 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/14 04:20:33 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : file2: reading active writers 2026/05/14 04:20:33 DEBUG : >WaitForWriters: 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.73s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:33 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:33 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:33 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): openPending: 2026/05/14 04:20:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): >openPending: err= 2026/05/14 04:20:33 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): _writeAt: size=5, off=0 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): >_writeAt: n=5, err= 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): RWFileHandle.Flush 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): RWFileHandle.Flush 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): close: 2026/05/14 04:20:33 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:33.525924265 +0000 UTC m=+28.504279708 2026/05/14 04:20:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:33 DEBUG : file1(0x22fb81509d80): >close: err= 2026/05/14 04:20:33 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:33 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:33 DEBUG : file1.62dc916c.partial: size = 5 OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.62dc916c.partial" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.62dc916c.partial 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.62dc916c.partial" 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1.62dc916c.partial 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1.62dc916c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:33 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:33 DEBUG : file1.62dc916c.partial: renamed to: file1 2026/05/14 04:20:33 INFO : file1: Copied (new) 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:33 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:33 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-14 04:20:33 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/14 04:20:33 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : >WaitForWriters: 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:33 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:33 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:33 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): openPending: 2026/05/14 04:20:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): >openPending: err= 2026/05/14 04:20:33 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): _writeAt: size=5, off=0 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): >_writeAt: n=5, err= 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): RWFileHandle.Release 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): close: 2026/05/14 04:20:33 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:33.84587943 +0000 UTC m=+28.824234873 2026/05/14 04:20:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): >close: err= 2026/05/14 04:20:33 DEBUG : file1(0x22fb815b5e40): RWFileHandle.Release 2026/05/14 04:20:33 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:33 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:33 DEBUG : file1.448fd72d.partial: size = 5 OK 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.448fd72d.partial" 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.448fd72d.partial 2026/05/14 04:20:33 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.448fd72d.partial" 2026/05/14 04:20:33 DEBUG : Looking for writers 2026/05/14 04:20:33 DEBUG : file1: reading active writers 2026/05/14 04:20:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1.448fd72d.partial 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : file1.448fd72d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:34 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:34 DEBUG : file1.448fd72d.partial: renamed to: file1 2026/05/14 04:20:34 INFO : file1: Copied (new) 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:34 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-14 04:20:33 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/14 04:20:34 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:34 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : >WaitForWriters: 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:34 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:34 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/14 04:20:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): openPending: 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): >openPending: err= 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/14 04:20:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): _writeAt: size=5, off=0 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): >_writeAt: n=5, err= 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): close: 2026/05/14 04:20:34 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-14 04:20:34.472501993 +0000 UTC m=+29.450857426 2026/05/14 04:20:34 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb814664c0): >close: err= 2026/05/14 04:20:34 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: starting upload 2026/05/14 04:20:34 DEBUG : dir/file1.7b5cf515.partial: size = 5 OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1.7b5cf515.partial" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1.7b5cf515.partial 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1.7b5cf515.partial" 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/file1.7b5cf515.partial 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1.7b5cf515.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:34 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:34 DEBUG : dir/file1.7b5cf515.partial: renamed to: dir/file1 2026/05/14 04:20:34 INFO : dir/file1: Copied (replaced existing) 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-14 04:20:34 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/14 04:20:34 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:34 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:34 DEBUG : dir: Looking for writers 2026/05/14 04:20:34 DEBUG : file1: reading active writers 2026/05/14 04:20:34 DEBUG : Looking for writers 2026/05/14 04:20:34 DEBUG : dir: reading active writers 2026/05/14 04:20:34 DEBUG : >WaitForWriters: 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:34 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:34 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/14 04:20:34 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/14 04:20:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/14 04:20:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/14 04:20:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb81467c00): _writeAt: size=5, off=0 2026/05/14 04:20:34 DEBUG : dir/file1(0x22fb81467c00): openPending: 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:34 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/14 04:20:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): _writeAt: size=15, off=5 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): >_writeAt: n=15, err= 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): close: 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-14 04:20:35.086416409 +0000 UTC m=+30.064771852 2026/05/14 04:20:35 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : dir/file1(0x22fb81467c00): >close: err= 2026/05/14 04:20:35 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: starting upload 2026/05/14 04:20:35 DEBUG : dir/file1.e9c4e24c.partial: size = 20 OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1.e9c4e24c.partial" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1.e9c4e24c.partial 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1.e9c4e24c.partial" 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tafabuf6fawo/dir/file1.e9c4e24c.partial 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:35 DEBUG : dir/file1.e9c4e24c.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/14 04:20:35 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/14 04:20:35 DEBUG : dir/file1.e9c4e24c.partial: renamed to: dir/file1 2026/05/14 04:20:35 INFO : dir/file1: Copied (replaced existing) 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:35 DEBUG : dir: Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : dir: reading active writers 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:35 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-14 04:20:35 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/14 04:20:35 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:35 DEBUG : >WaitForWriters: 2026/05/14 04:20:35 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): openPending: 2026/05/14 04:20:35 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): >openPending: err= 2026/05/14 04:20:35 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:35 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:35 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): close: 2026/05/14 04:20:35 DEBUG : file1: vfs cache: setting modification time to 2026-05-14 04:20:35.41153915 +0000 UTC m=+30.389894583 2026/05/14 04:20:35 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : file1(0x22fb813e9680): >close: err= 2026/05/14 04:20:35 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:35 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:35 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:35 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:35 DEBUG : file1.697ed3bd.partial: size = 5 OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.697ed3bd.partial" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.697ed3bd.partial 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.697ed3bd.partial" 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1.697ed3bd.partial 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:35 DEBUG : file1.697ed3bd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:35 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:35 DEBUG : file1.697ed3bd.partial: renamed to: file1 2026/05/14 04:20:35 INFO : file1: Copied (new) 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:35 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:35 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-14 04:20:35 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/14 04:20:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:35 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : file1: reading active writers 2026/05/14 04:20:35 DEBUG : >WaitForWriters: 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.734741634 +0000 UTC m=+30.713097106 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.734741634 +0000 UTC m=+30.713097106 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819023c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.734741634 +0000 UTC m=+30.713097106 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81170fc0 item 1 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.739417691 +0000 UTC m=+30.717773164 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81902ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.739417691 +0000 UTC m=+30.717773164 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819033c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811ee3f0 item 2 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.742145777 +0000 UTC m=+30.720501251 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.742145777 +0000 UTC m=+30.720501251 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81903e80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.742145777 +0000 UTC m=+30.720501251 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191c440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811eee70 item 3 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.746122944 +0000 UTC m=+30.724478417 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191cac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.746122944 +0000 UTC m=+30.724478417 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d000): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811ef9d0 item 4 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.748909751 +0000 UTC m=+30.727265225 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191d640): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.748909751 +0000 UTC m=+30.727265225 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8191dac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.748909751 +0000 UTC m=+30.727265225 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81282150 item 5 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.753195142 +0000 UTC m=+30.731550605 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.753195142 +0000 UTC m=+30.731550605 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81936c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81282f50 item 6 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.75542168 +0000 UTC m=+30.733777143 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819372c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.75542168 +0000 UTC m=+30.733777143 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819377c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.75542168 +0000 UTC m=+30.733777143 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81937c80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81283dc0 item 7 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.759221802 +0000 UTC m=+30.737577266 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.759221802 +0000 UTC m=+30.737577266 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811398f0 item 8 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81952f00): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81952f00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.761939319 +0000 UTC m=+30.740294792 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819532c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.761939319 +0000 UTC m=+30.740294792 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.761939319 +0000 UTC m=+30.740294792 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81953c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb80ef05b0 item 9 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.765485421 +0000 UTC m=+30.743840914 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819703c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.765485421 +0000 UTC m=+30.743840914 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb80ef1180 item 10 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:35 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81970f40): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81970f40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.768238716 +0000 UTC m=+30.746594179 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.768238716 +0000 UTC m=+30.746594179 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971800): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.768238716 +0000 UTC m=+30.746594179 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81971d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb80ef1ab0 item 11 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.771508686 +0000 UTC m=+30.749864139 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81992480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.771508686 +0000 UTC m=+30.749864139 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819929c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811e4930 item 12 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81993000): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993000): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.773455967 +0000 UTC m=+30.751811399 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819933c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.773455967 +0000 UTC m=+30.751811399 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81993a80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811e55e0 item 13 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.775331171 +0000 UTC m=+30.753686614 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.775331171 +0000 UTC m=+30.753686614 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81522000 item 14 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb819aad80): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aad80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.77702856 +0000 UTC m=+30.755384003 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.77702856 +0000 UTC m=+30.755384003 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab800): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815223f0 item 15 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.778868958 +0000 UTC m=+30.757224401 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819abe80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.778868958 +0000 UTC m=+30.757224401 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d24c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815229a0 item 16 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.78244133 +0000 UTC m=+30.760796773 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2a80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.78244133 +0000 UTC m=+30.760796773 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d2f00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.78244133 +0000 UTC m=+30.760796773 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815222a0 item 17 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.784620088 +0000 UTC m=+30.762975531 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819d3a80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.784620088 +0000 UTC m=+30.762975531 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae0c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81522cb0 item 18 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.786415662 +0000 UTC m=+30.764771105 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ae7c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.786415662 +0000 UTC m=+30.764771105 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817aecc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.786415662 +0000 UTC m=+30.764771105 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af1c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815232d0 item 19 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.788858048 +0000 UTC m=+30.767213491 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817af840): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.788858048 +0000 UTC m=+30.767213491 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817afd80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81523810 item 20 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.790384072 +0000 UTC m=+30.768739515 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815085c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.790384072 +0000 UTC m=+30.768739515 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.790384072 +0000 UTC m=+30.768739515 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509b80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81523c00 item 21 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.792629396 +0000 UTC m=+30.770984839 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816402c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.792629396 +0000 UTC m=+30.770984839 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640840): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c283f0 item 22 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.794402698 +0000 UTC m=+30.772758151 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81640ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.794402698 +0000 UTC m=+30.772758151 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.794402698 +0000 UTC m=+30.772758151 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81641940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c28930 item 23 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.796650857 +0000 UTC m=+30.775006290 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b40c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.796650857 +0000 UTC m=+30.775006290 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4ac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29030 item 24 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb815b54c0): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b54c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.798578651 +0000 UTC m=+30.776934083 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5980): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.798578651 +0000 UTC m=+30.776934083 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.798578651 +0000 UTC m=+30.776934083 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1840): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c293b0 item 25 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.800613096 +0000 UTC m=+30.778968539 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.800613096 +0000 UTC m=+30.778968539 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29960 item 26 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb810f58c0): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f58c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.802281249 +0000 UTC m=+30.780636682 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.802281249 +0000 UTC m=+30.780636682 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238f40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.802281249 +0000 UTC m=+30.780636682 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239600): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29ce0 item 27 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.804202621 +0000 UTC m=+30.782558054 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814660c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.804202621 +0000 UTC m=+30.782558054 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6690 item 28 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81466cc0): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.80569418 +0000 UTC m=+30.784049612 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.80569418 +0000 UTC m=+30.784049612 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6bd0 item 29 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.807066133 +0000 UTC m=+30.785421566 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.807066133 +0000 UTC m=+30.785421566 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6f50 item 30 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb813e8d40): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e8d40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.808879761 +0000 UTC m=+30.787235193 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.808879761 +0000 UTC m=+30.787235193 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e97c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d72d0 item 31 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.810441031 +0000 UTC m=+30.788796464 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813e9e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.810441031 +0000 UTC m=+30.788796464 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aa480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d76c0 item 32 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.811956125 +0000 UTC m=+30.790311558 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7a40 item 33 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.812618988 +0000 UTC m=+30.790974431 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aaf40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.812618988 +0000 UTC m=+30.790974431 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ab440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7c00 item 33 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.814165351 +0000 UTC m=+30.792520783 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819aba80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476150 item 34 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.814853642 +0000 UTC m=+30.793209075 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.814853642 +0000 UTC m=+30.793209075 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408580): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814765b0 item 34 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.816578603 +0000 UTC m=+30.794934036 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81408bc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476a10 item 35 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.817227598 +0000 UTC m=+30.795583032 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.817227598 +0000 UTC m=+30.795583032 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409540): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476bd0 item 35 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.818696725 +0000 UTC m=+30.797052168 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81409bc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476f50 item 36 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.819326897 +0000 UTC m=+30.797682330 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e1c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.819326897 +0000 UTC m=+30.797682330 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141e700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814771f0 item 36 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.820617095 +0000 UTC m=+30.798972528 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141ed40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81477570 item 37 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.821306218 +0000 UTC m=+30.799661661 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f1c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.821306218 +0000 UTC m=+30.799661661 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141f6c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81477880 item 37 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.822895772 +0000 UTC m=+30.801251215 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8141fd40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746150 item 38 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.823607638 +0000 UTC m=+30.801963081 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464340): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.823607638 +0000 UTC m=+30.801963081 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746310 item 38 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.825103936 +0000 UTC m=+30.803459379 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81464f00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746690 item 39 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.825745298 +0000 UTC m=+30.804100731 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.825745298 +0000 UTC m=+30.804100731 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81465900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746930 item 39 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.827401769 +0000 UTC m=+30.805757212 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746fc0 item 40 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.828056827 +0000 UTC m=+30.806412270 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8580): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.828056827 +0000 UTC m=+30.806412270 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8ac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81747180 item 40 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.829743615 +0000 UTC m=+30.808099048 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea310 item 41 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.830483062 +0000 UTC m=+30.808838505 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea690 item 41 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.831135195 +0000 UTC m=+30.809490629 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81516dc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.831135195 +0000 UTC m=+30.809490629 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea930 item 41 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.832735399 +0000 UTC m=+30.811090833 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ead20 item 42 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.833384817 +0000 UTC m=+30.811740260 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81517e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eaee0 item 42 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.833958993 +0000 UTC m=+30.812314426 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.833958993 +0000 UTC m=+30.812314426 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81588a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb1f0 item 42 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.835067518 +0000 UTC m=+30.813422951 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb5e0 item 43 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.835644538 +0000 UTC m=+30.813999972 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589540): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb7a0 item 43 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.836145346 +0000 UTC m=+30.814500779 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81589a80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.836145346 +0000 UTC m=+30.814500779 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e60c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eba40 item 43 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.837390318 +0000 UTC m=+30.815745751 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ebdc0 item 44 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.838016532 +0000 UTC m=+30.816371965 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e6c00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda150 item 44 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.838509965 +0000 UTC m=+30.816865397 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.838509965 +0000 UTC m=+30.816865397 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e76c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda310 item 44 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.839632636 +0000 UTC m=+30.817988070 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e7d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda700 item 45 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.840124656 +0000 UTC m=+30.818480089 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.840124656 +0000 UTC m=+30.818480089 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81626a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda930 item 45 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.841375761 +0000 UTC m=+30.819731204 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdae00 item 46 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.841810533 +0000 UTC m=+30.820165967 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627540): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.841810533 +0000 UTC m=+30.820165967 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81627c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdafc0 item 46 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.843141539 +0000 UTC m=+30.821496972 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648380): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb420 item 47 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.843636174 +0000 UTC m=+30.821991606 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.843636174 +0000 UTC m=+30.821991606 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81648f80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb6c0 item 47 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.844846491 +0000 UTC m=+30.823201924 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816495c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdbab0 item 48 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.84541192 +0000 UTC m=+30.823767353 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81649ac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.84541192 +0000 UTC m=+30.823767353 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816722c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdbc70 item 48 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.846974814 +0000 UTC m=+30.825330247 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa150 item 49 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.84748044 +0000 UTC m=+30.825835873 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81672d80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.84748044 +0000 UTC m=+30.825835873 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816732c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa310 item 49 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.849007907 +0000 UTC m=+30.827363340 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa690 item 50 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.849643828 +0000 UTC m=+30.827999261 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81673e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.849643828 +0000 UTC m=+30.827999261 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e44c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa850 item 50 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.851068812 +0000 UTC m=+30.829424245 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e4b40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813facb0 item 51 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.851744549 +0000 UTC m=+30.830099983 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.851744549 +0000 UTC m=+30.830099983 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5580): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813faf50 item 51 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.853431688 +0000 UTC m=+30.831787121 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816e5c00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb420 item 52 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.853974944 +0000 UTC m=+30.832330377 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.853974944 +0000 UTC m=+30.832330377 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb5e0 item 52 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.85526354 +0000 UTC m=+30.833618974 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81188c40 item 53 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.855720545 +0000 UTC m=+30.834075978 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4980): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.855720545 +0000 UTC m=+30.834075978 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c4ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811892d0 item 53 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.85698284 +0000 UTC m=+30.835338272 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5540): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81189d50 item 54 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.85759124 +0000 UTC m=+30.835946674 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817c5a40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.85759124 +0000 UTC m=+30.835946674 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee0c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a102a0 item 54 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.858694936 +0000 UTC m=+30.837050369 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ee740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10700 item 55 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.859122565 +0000 UTC m=+30.837477997 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817eec40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.859122565 +0000 UTC m=+30.837477997 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef180): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10a80 item 55 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.860189972 +0000 UTC m=+30.838545405 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817ef800): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10f50 item 56 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86076581 +0000 UTC m=+30.839121243 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817efd00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86076581 +0000 UTC m=+30.839121243 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a380): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11110 item 56 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.861958244 +0000 UTC m=+30.840313677 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179a9c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11490 item 57 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.862346298 +0000 UTC m=+30.840701730 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179af00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11650 item 57 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.862786109 +0000 UTC m=+30.841141542 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.862786109 +0000 UTC m=+30.841141542 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8179b9c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11810 item 57 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.864040259 +0000 UTC m=+30.842395691 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a070 item 58 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.864460454 +0000 UTC m=+30.842815886 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802640): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a2a0 item 58 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86501465 +0000 UTC m=+30.843370084 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81802b80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86501465 +0000 UTC m=+30.843370084 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a460 item 58 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.866203628 +0000 UTC m=+30.844559061 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a930 item 59 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.866609606 +0000 UTC m=+30.844965039 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81803cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168abd0 item 59 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.867026754 +0000 UTC m=+30.845382197 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.867026754 +0000 UTC m=+30.845382197 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182e880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168af50 item 59 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.868181407 +0000 UTC m=+30.846536839 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182eec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168bc70 item 60 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.868623872 +0000 UTC m=+30.846979305 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a150 item 60 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86915167 +0000 UTC m=+30.847507103 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8182f940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.86915167 +0000 UTC m=+30.847507103 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846000): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a3f0 item 60 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.870237513 +0000 UTC m=+30.848592946 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846640): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a770 item 61 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.870631968 +0000 UTC m=+30.848987401 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81846b80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.870631968 +0000 UTC m=+30.848987401 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847280): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a930 item 61 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.871829742 +0000 UTC m=+30.850185174 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818478c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4aee0 item 62 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.872296615 +0000 UTC m=+30.850652048 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81847e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.872296615 +0000 UTC m=+30.850652048 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868600): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4b0a0 item 62 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.873666193 +0000 UTC m=+30.852021626 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81868c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4b9d0 item 63 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.874205402 +0000 UTC m=+30.852560835 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869180): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.874205402 +0000 UTC m=+30.852560835 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4bce0 item 63 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.875378309 +0000 UTC m=+30.853733743 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81869ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a6310 item 64 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.875767595 +0000 UTC m=+30.854123029 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188a500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.875767595 +0000 UTC m=+30.854123029 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188ac00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a6c40 item 64 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.876979626 +0000 UTC m=+30.855335059 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b240): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a7650 item 65 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.877556947 +0000 UTC m=+30.855912381 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188b6c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.877556947 +0000 UTC m=+30.855912381 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8188bbc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a78f0 item 65 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.878647839 +0000 UTC m=+30.857003272 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0150 item 66 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.879158234 +0000 UTC m=+30.857513667 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.879158234 +0000 UTC m=+30.857513667 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b0cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0310 item 66 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.88028821 +0000 UTC m=+30.858643643 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0770 item 67 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.880760292 +0000 UTC m=+30.859115725 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.880760292 +0000 UTC m=+30.859115725 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818b1c80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0b60 item 67 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.882345647 +0000 UTC m=+30.860701081 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b10a0 item 68 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.882791511 +0000 UTC m=+30.861146944 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.882791511 +0000 UTC m=+30.861146944 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e0e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1260 item 68 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.883989134 +0000 UTC m=+30.862344568 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b16c0 item 69 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.88449462 +0000 UTC m=+30.862850053 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.88449462 +0000 UTC m=+30.862850053 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818e1e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1880 item 69 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.885722801 +0000 UTC m=+30.864078244 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8580): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1c00 item 70 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.886280144 +0000 UTC m=+30.864635577 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8a80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.886280144 +0000 UTC m=+30.864635577 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f8fc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1dc0 item 70 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.88766372 +0000 UTC m=+30.866019153 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9640): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8850 item 71 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.888271007 +0000 UTC m=+30.866626440 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb818f9b40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.888271007 +0000 UTC m=+30.866626440 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8a80 item 71 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.889803373 +0000 UTC m=+30.868158807 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819107c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8f50 item 72 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.890474371 +0000 UTC m=+30.868829805 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81910cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.890474371 +0000 UTC m=+30.868829805 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c91f0 item 72 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.891657839 +0000 UTC m=+30.870013272 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819117c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c9810 item 73 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.8920715 +0000 UTC m=+30.870426933 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81911cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c9c00 item 73 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.892542531 +0000 UTC m=+30.870897963 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e280): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.892542531 +0000 UTC m=+30.870897963 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192e7c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81186000 item 73 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.893680302 +0000 UTC m=+30.872035735 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192ee00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811869a0 item 74 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.89420862 +0000 UTC m=+30.872564054 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81186d20 item 74 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.894670152 +0000 UTC m=+30.873025585 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192f840): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.894670152 +0000 UTC m=+30.873025585 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8192fdc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811871f0 item 74 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.895721088 +0000 UTC m=+30.874076522 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194a500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811875e0 item 75 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.896109763 +0000 UTC m=+30.874465197 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194aa00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811879d0 item 75 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.896587496 +0000 UTC m=+30.874942929 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194af40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.896587496 +0000 UTC m=+30.874942929 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194b480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81187b90 item 75 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.897693718 +0000 UTC m=+30.876049151 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8194bac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811d4460 item 76 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.89826161 +0000 UTC m=+30.876617043 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a0c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811d4bd0 item 76 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.898828192 +0000 UTC m=+30.877183625 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196a600): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.898828192 +0000 UTC m=+30.877183625 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196ab80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811d4e70 item 76 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.899839002 +0000 UTC m=+30.878194445 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b1c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811d55e0 item 77 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.900514489 +0000 UTC m=+30.878869922 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196b6c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.900514489 +0000 UTC m=+30.878869922 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8196bdc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811d5880 item 77 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.902031927 +0000 UTC m=+30.880387360 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198a500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb812ac3f0 item 78 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.902472159 +0000 UTC m=+30.880827602 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198aa00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.902472159 +0000 UTC m=+30.880827602 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb812ad0a0 item 78 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.903860192 +0000 UTC m=+30.882215625 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198b740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb812ad9d0 item 79 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.904285126 +0000 UTC m=+30.882640559 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8198bc40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.904285126 +0000 UTC m=+30.882640559 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819ca440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb812adb90 item 79 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.905629046 +0000 UTC m=+30.883984479 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caa80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81348690 item 80 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.906139411 +0000 UTC m=+30.884494844 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819caf80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.906139411 +0000 UTC m=+30.884494844 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cb680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81348850 item 80 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.907404111 +0000 UTC m=+30.885759544 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819cbcc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81349420 item 81 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.907817122 +0000 UTC m=+30.886172554 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20240): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.907817122 +0000 UTC m=+30.886172554 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81349c00 item 81 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.9089377 +0000 UTC m=+30.887293133 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a20e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811f7180 item 82 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.909908875 +0000 UTC m=+30.888264307 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.909908875 +0000 UTC m=+30.888264307 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a21880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811f7570 item 82 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.911298221 +0000 UTC m=+30.889653664 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46000): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b342a0 item 83 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.911965512 +0000 UTC m=+30.890320945 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.911965512 +0000 UTC m=+30.890320945 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a46a40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b347e0 item 83 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.914388623 +0000 UTC m=+30.892744055 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a470c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34b60 item 84 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.917110687 +0000 UTC m=+30.895466119 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a475c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.917110687 +0000 UTC m=+30.895466119 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a47b40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34d20 item 84 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.918410083 +0000 UTC m=+30.896765516 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c2c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35180 item 85 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.919379937 +0000 UTC m=+30.897735369 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c7c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.919379937 +0000 UTC m=+30.897735369 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6cd00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35340 item 85 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.921114685 +0000 UTC m=+30.899470118 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d380): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b359d0 item 86 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.921571257 +0000 UTC m=+30.899926691 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6d880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.921571257 +0000 UTC m=+30.899926691 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6de00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35b90 item 86 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.922903827 +0000 UTC m=+30.901259260 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811de000 item 87 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.923923725 +0000 UTC m=+30.902279157 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.923923725 +0000 UTC m=+30.902279157 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a925c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34070 item 87 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.925627074 +0000 UTC m=+30.903982507 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a92c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b345b0 item 88 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.926342827 +0000 UTC m=+30.904698260 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.926342827 +0000 UTC m=+30.904698260 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a936c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34930 item 88 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.92836074 +0000 UTC m=+30.906716183 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a93d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34cb0 item 89 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.928760987 +0000 UTC m=+30.907116420 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8340): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34e70 item 89 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.92924906 +0000 UTC m=+30.907604493 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a8880): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.92924906 +0000 UTC m=+30.907604493 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a9380): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35110 item 89 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.9309954 +0000 UTC m=+30.909350854 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814a99c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb817462a0 item 90 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.931484705 +0000 UTC m=+30.909840138 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fc580): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746460 item 90 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.931966716 +0000 UTC m=+30.910322160 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fcac0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.931966716 +0000 UTC m=+30.910322160 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746620 item 90 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.932988638 +0000 UTC m=+30.911344071 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fd6c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746bd0 item 91 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.933435834 +0000 UTC m=+30.911791267 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb819fdc00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746ee0 item 91 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.933899791 +0000 UTC m=+30.912255224 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e240): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): >_readAt: n=8, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.933899791 +0000 UTC m=+30.912255224 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170e7c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81747110 item 91 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.935145284 +0000 UTC m=+30.913500717 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170ee80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81747810 item 92 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.935718828 +0000 UTC m=+30.914074262 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8170f3c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811de7e0 item 92 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): _readAt: size=2, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): _writeAt: size=3, off=5 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.936233812 +0000 UTC m=+30.914589245 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815083c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): >_readAt: n=3, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.936233812 +0000 UTC m=+30.914589245 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81508d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811dea10 item 92 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.937566641 +0000 UTC m=+30.915922074 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81509c00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811df5e0 item 93 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.937946007 +0000 UTC m=+30.916301441 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4300): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.937946007 +0000 UTC m=+30.916301441 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b4f80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811df9d0 item 93 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.939314495 +0000 UTC m=+30.917669927 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b58c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa0e0 item 94 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.939648956 +0000 UTC m=+30.918004390 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815b5e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.939648956 +0000 UTC m=+30.918004390 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb811f1980): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa2a0 item 94 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.940710303 +0000 UTC m=+30.919065736 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa620 item 95 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.941119877 +0000 UTC m=+30.919475310 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f4e80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.941119877 +0000 UTC m=+30.919475310 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb810f5b00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa7e0 item 95 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): open at offset 0 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.942189188 +0000 UTC m=+30.920544631 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81238e80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fac40 item 96 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.942542205 +0000 UTC m=+30.920897638 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81239540): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.942542205 +0000 UTC m=+30.920897638 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fae00 item 96 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= 2026/05/14 04:20:35 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:35 DEBUG : Looking for writers 2026/05/14 04:20:35 DEBUG : >WaitForWriters: 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/14 04:20:35 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.947887889 +0000 UTC m=+30.926243322 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814667c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.947887889 +0000 UTC m=+30.926243322 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81466c40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.947887889 +0000 UTC m=+30.926243322 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fbb20 item 1 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.949695696 +0000 UTC m=+30.928051129 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467740): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.949695696 +0000 UTC m=+30.928051129 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81467cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6540 item 2 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.95136444 +0000 UTC m=+30.929719873 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81a6c400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.95136444 +0000 UTC m=+30.929719873 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac180): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.95136444 +0000 UTC m=+30.929719873 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ac640): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6af0 item 3 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.952987798 +0000 UTC m=+30.931343231 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813accc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.952987798 +0000 UTC m=+30.931343231 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6fc0 item 4 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.954064634 +0000 UTC m=+30.932420067 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813ad840): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.954064634 +0000 UTC m=+30.932420067 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813adcc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.954064634 +0000 UTC m=+30.932420067 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8280): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7340 item 5 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.955560381 +0000 UTC m=+30.933915814 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8900): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.955560381 +0000 UTC m=+30.933915814 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f8e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7880 item 6 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.956685066 +0000 UTC m=+30.935040500 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f94c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.956685066 +0000 UTC m=+30.935040500 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f99c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.956685066 +0000 UTC m=+30.935040500 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb813f9e80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7c00 item 7 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.958180282 +0000 UTC m=+30.936535716 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496600): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.958180282 +0000 UTC m=+30.936535716 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81496b40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476540 item 8 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81497100): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.959353079 +0000 UTC m=+30.937708512 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814974c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.959353079 +0000 UTC m=+30.937708512 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.959353079 +0000 UTC m=+30.937708512 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81497e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814769a0 item 9 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.960910973 +0000 UTC m=+30.939266407 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c65c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.960910973 +0000 UTC m=+30.939266407 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c6b00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476e70 item 10 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb814c7140): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.962130719 +0000 UTC m=+30.940486153 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): _writeAt: size=3, off=2 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.962130719 +0000 UTC m=+30.940486153 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814c7a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.962130719 +0000 UTC m=+30.940486153 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec000): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814772d0 item 11 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.963566373 +0000 UTC m=+30.941921805 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ec680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.963566373 +0000 UTC m=+30.941921805 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ecbc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814778f0 item 12 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb814ed200): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed200): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.964809192 +0000 UTC m=+30.943164625 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814ed5c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.964809192 +0000 UTC m=+30.943164625 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb814edc80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea230 item 13 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.965936262 +0000 UTC m=+30.944291696 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558400): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.965936262 +0000 UTC m=+30.944291696 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea770 item 14 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb81558f80): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81558f80): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.967250305 +0000 UTC m=+30.945605738 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559340): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.967250305 +0000 UTC m=+30.945605738 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81559a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eac40 item 15 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.96833209 +0000 UTC m=+30.946687524 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570180): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.96833209 +0000 UTC m=+30.946687524 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815706c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb030 item 16 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.96940066 +0000 UTC m=+30.947756093 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81570d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.96940066 +0000 UTC m=+30.947756093 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571180): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.96940066 +0000 UTC m=+30.947756093 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571680): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb500 item 17 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.971482685 +0000 UTC m=+30.949838148 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81571d00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.971482685 +0000 UTC m=+30.949838148 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0340): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ebab0 item 18 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.973222964 +0000 UTC m=+30.951578397 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e09c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.973222964 +0000 UTC m=+30.951578397 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e0ec0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.973222964 +0000 UTC m=+30.951578397 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e13c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ebe30 item 19 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.975514025 +0000 UTC m=+30.953869458 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb815e1a40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.975514025 +0000 UTC m=+30.953869458 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620080): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda4d0 item 20 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.976938026 +0000 UTC m=+30.955293479 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.976938026 +0000 UTC m=+30.955293479 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81620c00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.976938026 +0000 UTC m=+30.955293479 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621100): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda930 item 21 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.979194211 +0000 UTC m=+30.957549644 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621780): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.979194211 +0000 UTC m=+30.957549644 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81621cc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdaf50 item 22 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.980634944 +0000 UTC m=+30.958990377 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.980634944 +0000 UTC m=+30.958990377 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642940): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.980634944 +0000 UTC m=+30.958990377 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81642e40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb3b0 item 23 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.982584699 +0000 UTC m=+30.960940132 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816434c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.982584699 +0000 UTC m=+30.960940132 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81643a00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb9d0 item 24 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb8166c140): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c140): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.984120843 +0000 UTC m=+30.962476276 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166c500): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.984120843 +0000 UTC m=+30.962476276 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166ca00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.984120843 +0000 UTC m=+30.962476276 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166cf40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdbd50 item 25 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.986173102 +0000 UTC m=+30.964528545 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166d5c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.986173102 +0000 UTC m=+30.964528545 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8166db00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811890a0 item 26 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb816d6240): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6240): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.987647869 +0000 UTC m=+30.966003302 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6600): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): open at offset 5 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): >_readAt: n=2, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): _writeAt: size=3, off=7 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.987647869 +0000 UTC m=+30.966003302 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d6b00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.987647869 +0000 UTC m=+30.966003302 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7040): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81189b20 item 27 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.990110554 +0000 UTC m=+30.968465987 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d76c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.990110554 +0000 UTC m=+30.968465987 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb816d7c00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10620 item 28 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb8171c340): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c340): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.991333324 +0000 UTC m=+30.969688758 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171c700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.991333324 +0000 UTC m=+30.969688758 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171cdc0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10b60 item 29 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.992703405 +0000 UTC m=+30.971058848 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d440): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.992703405 +0000 UTC m=+30.971058848 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb8171d980): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11030 item 30 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): _readAt: size=2, off=0 2026/05/14 04:20:35 ERROR : open-test-file(0x22fb817500c0): Couldn't read size of file 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817500c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.994209961 +0000 UTC m=+30.972565394 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750480): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.994209961 +0000 UTC m=+30.972565394 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81750b40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a113b0 item 31 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 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/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.995721819 +0000 UTC m=+30.974077252 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817511c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.995721819 +0000 UTC m=+30.974077252 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751700): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11730 item 32 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.997114732 +0000 UTC m=+30.975470165 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81751d40): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): _readAt: size=2, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): _writeAt: size=3, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11ce0 item 33 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): >_writeAt: n=3, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.997617713 +0000 UTC m=+30.975973146 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817682c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): _readAt: size=512, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): >openPending: err= 2026/05/14 04:20:35 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.997617713 +0000 UTC m=+30.975973146 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb817687c0): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: Remove: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a1c0 item 33 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): _writeAt: size=5, off=0 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): >_writeAt: n=5, err= 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): close: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:35.998998933 +0000 UTC m=+30.977354366 2026/05/14 04:20:35 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81768e00): >close: err= 2026/05/14 04:20:35 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:35 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/14 04:20:35 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81769280): openPending: 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:35 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:35 DEBUG : open-test-file(0x22fb81769280): >openPending: err= 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:35 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a5b0 item 34 2026/05/14 04:20:35 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:35 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.000031525 +0000 UTC m=+30.978386968 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769280): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.000031525 +0000 UTC m=+30.978386968 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817697c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168a770 item 34 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.001555606 +0000 UTC m=+30.979911039 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81769e00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168ad90 item 35 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.002120874 +0000 UTC m=+30.980476307 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.002120874 +0000 UTC m=+30.980476307 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790880): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb8168b030 item 35 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.003636128 +0000 UTC m=+30.981991561 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81790f00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a000 item 36 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.004263904 +0000 UTC m=+30.982619338 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791400): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.004263904 +0000 UTC m=+30.982619338 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81791940): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a310 item 36 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.006142516 +0000 UTC m=+30.984497949 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae080): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a690 item 37 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.006787885 +0000 UTC m=+30.985143328 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817ae500): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.006787885 +0000 UTC m=+30.985143328 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817aea00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4a850 item 37 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.008267222 +0000 UTC m=+30.986622655 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af080): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4ad90 item 38 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.008974729 +0000 UTC m=+30.987330162 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817af580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.008974729 +0000 UTC m=+30.987330162 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817afac0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4afc0 item 38 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.010742891 +0000 UTC m=+30.989098324 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4240): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4b8f0 item 39 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.011437183 +0000 UTC m=+30.989792636 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.011437183 +0000 UTC m=+30.989792636 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d4c40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a4bb20 item 39 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.012880811 +0000 UTC m=+30.991236245 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d52c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a6150 item 40 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.013508878 +0000 UTC m=+30.991864311 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d57c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.013508878 +0000 UTC m=+30.991864311 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817d5d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a67e0 item 40 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.014956645 +0000 UTC m=+30.993312078 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8240): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81522cb0 item 41 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.015422395 +0000 UTC m=+30.993777829 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e87c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81522fc0 item 41 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.015955113 +0000 UTC m=+30.994310545 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8c80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.015955113 +0000 UTC m=+30.994310545 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e91c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815232d0 item 41 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.017654384 +0000 UTC m=+30.996009818 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9800): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815236c0 item 42 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.01837756 +0000 UTC m=+30.996732993 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81523880 item 42 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.019219672 +0000 UTC m=+30.997575105 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4340): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.019219672 +0000 UTC m=+30.997575105 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab48c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81523ab0 item 42 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.020791865 +0000 UTC m=+30.999147308 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab4f00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0070 item 43 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.021347915 +0000 UTC m=+30.999703368 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5400): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0230 item 43 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.0220066 +0000 UTC m=+31.000362043 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5940): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.0220066 +0000 UTC m=+31.000362043 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81ab5e80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b03f0 item 43 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.023573922 +0000 UTC m=+31.001929355 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acc5c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b09a0 item 44 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.024252045 +0000 UTC m=+31.002607488 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81accac0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0c40 item 44 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.02496436 +0000 UTC m=+31.003319813 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd000): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.02496436 +0000 UTC m=+31.003319813 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acd580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b0e00 item 44 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.026689882 +0000 UTC m=+31.005045335 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81acdbc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1340 item 45 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.027397479 +0000 UTC m=+31.005752922 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee1c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.027397479 +0000 UTC m=+31.005752922 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aee8c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1500 item 45 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.029221496 +0000 UTC m=+31.007576930 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aeef00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1960 item 46 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.029724357 +0000 UTC m=+31.008079791 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aef400): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.029724357 +0000 UTC m=+31.008079791 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81aefb00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815b1b20 item 46 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.031707927 +0000 UTC m=+31.010063360 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a240): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8070 item 47 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.032346934 +0000 UTC m=+31.010702367 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188a740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.032346934 +0000 UTC m=+31.010702367 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188ae40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8770 item 47 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.034216478 +0000 UTC m=+31.012571911 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8b60 item 48 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.034789241 +0000 UTC m=+31.013144674 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8188b980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.034789241 +0000 UTC m=+31.013144674 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0180): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c8e70 item 48 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.036624839 +0000 UTC m=+31.014980273 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b07c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c92d0 item 49 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.037194486 +0000 UTC m=+31.015549929 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b0c40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.037194486 +0000 UTC m=+31.015549929 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1180): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c9650 item 49 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.038681136 +0000 UTC m=+31.017036579 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1800): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb815c9ce0 item 50 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.039283695 +0000 UTC m=+31.017639138 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818b1d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.039283695 +0000 UTC m=+31.017639138 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811860e0 item 50 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.04061971 +0000 UTC m=+31.018975143 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6a00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81186b60 item 51 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.043037851 +0000 UTC m=+31.021393294 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6f00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.043037851 +0000 UTC m=+31.021393294 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6300): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81186070 item 51 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.044594703 +0000 UTC m=+31.022950147 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e6980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81186e70 item 52 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.045241717 +0000 UTC m=+31.023597160 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.045241717 +0000 UTC m=+31.023597160 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818e7900): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81187260 item 52 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.046401688 +0000 UTC m=+31.024757122 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e080): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81187730 item 53 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.046928204 +0000 UTC m=+31.025283637 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170e580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.046928204 +0000 UTC m=+31.025283637 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170eb40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81187a40 item 53 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.048353108 +0000 UTC m=+31.026708541 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f1c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c280e0 item 54 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.048894341 +0000 UTC m=+31.027249774 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170f6c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.048894341 +0000 UTC m=+31.027249774 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8170fc80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c282a0 item 54 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.05031707 +0000 UTC m=+31.028672503 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8400): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c28850 item 55 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.050903428 +0000 UTC m=+31.029258861 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8900): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.050903428 +0000 UTC m=+31.029258861 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a8e40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c28a10 item 55 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.052379107 +0000 UTC m=+31.030734540 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9540): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c28fc0 item 56 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.052901715 +0000 UTC m=+31.031257148 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a9a40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.052901715 +0000 UTC m=+31.031257148 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc0c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29180 item 56 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.054027844 +0000 UTC m=+31.032383277 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fc780): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29500 item 57 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.054447917 +0000 UTC m=+31.032803350 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fccc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c296c0 item 57 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.054903117 +0000 UTC m=+31.033258551 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.054903117 +0000 UTC m=+31.033258551 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fd780): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29880 item 57 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.056295669 +0000 UTC m=+31.034651103 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb819fddc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29c00 item 58 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.056792829 +0000 UTC m=+31.035148262 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81c29dc0 item 58 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.057294538 +0000 UTC m=+31.035649971 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81508d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.057294538 +0000 UTC m=+31.035649971 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81509b80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a6150 item 58 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.058429714 +0000 UTC m=+31.036785146 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a71f0 item 59 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.058811125 +0000 UTC m=+31.037166558 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b4d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a7650 item 59 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.059308193 +0000 UTC m=+31.037663627 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b55c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.059308193 +0000 UTC m=+31.037663627 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815b5c00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811a78f0 item 59 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.060482613 +0000 UTC m=+31.038838047 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1140): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34150 item 60 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.061019148 +0000 UTC m=+31.039374581 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb811f1d00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34310 item 60 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.061571672 +0000 UTC m=+31.039927105 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f4980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.061571672 +0000 UTC m=+31.039927105 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34850 item 60 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.062763003 +0000 UTC m=+31.041118437 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb810f5c00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34bd0 item 61 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.063159022 +0000 UTC m=+31.041514455 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81238e40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.063159022 +0000 UTC m=+31.041514455 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb812396c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b34d90 item 61 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.064759598 +0000 UTC m=+31.043115050 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466140): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b351f0 item 62 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.065343401 +0000 UTC m=+31.043698834 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466700): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.065343401 +0000 UTC m=+31.043698834 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81466e00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b353b0 item 62 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.066715294 +0000 UTC m=+31.045070726 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467440): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35a40 item 63 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.067111933 +0000 UTC m=+31.045467366 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81467980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.067111933 +0000 UTC m=+31.045467366 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81b35c00 item 63 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): >_readAt: n=0, err=Bad file descriptor 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.068244955 +0000 UTC m=+31.046600388 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8a40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811de380 item 64 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.068793262 +0000 UTC m=+31.047148694 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e8f80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.068793262 +0000 UTC m=+31.047148694 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9680): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811de850 item 64 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.070131792 +0000 UTC m=+31.048487224 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813e9cc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811df260 item 65 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.070562625 +0000 UTC m=+31.048918058 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68240): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.070562625 +0000 UTC m=+31.048918058 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811df6c0 item 65 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.071685648 +0000 UTC m=+31.050041081 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b68d80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb811dfb90 item 66 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.072126332 +0000 UTC m=+31.050481765 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.072126332 +0000 UTC m=+31.050481765 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746150 item 66 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.073802009 +0000 UTC m=+31.052157441 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b69d80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb817464d0 item 67 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.074296172 +0000 UTC m=+31.052651605 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a300): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.074296172 +0000 UTC m=+31.052651605 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7a800): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746690 item 67 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.075385161 +0000 UTC m=+31.053740594 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7ae80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746c40 item 68 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.075833207 +0000 UTC m=+31.054188640 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b380): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.075833207 +0000 UTC m=+31.054188640 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81b7b8c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81746fc0 item 68 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.076802089 +0000 UTC m=+31.055157522 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164000): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb817473b0 item 69 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.077244614 +0000 UTC m=+31.055600048 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.077244614 +0000 UTC m=+31.055600048 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81164980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81747650 item 69 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.078341038 +0000 UTC m=+31.056696471 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81165000): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa000 item 70 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.078913881 +0000 UTC m=+31.057269314 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.078913881 +0000 UTC m=+31.057269314 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fc740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa1c0 item 70 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.08015769 +0000 UTC m=+31.058513124 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fcdc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa540 item 71 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.080738388 +0000 UTC m=+31.059093822 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd2c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.080738388 +0000 UTC m=+31.059093822 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fd7c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fa700 item 71 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.082067792 +0000 UTC m=+31.060423224 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb818fde40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813faa80 item 72 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.082522501 +0000 UTC m=+31.060877934 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e440): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.082522501 +0000 UTC m=+31.060877934 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138e980): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fad20 item 72 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.084149506 +0000 UTC m=+31.062504939 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138ef40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb2d0 item 73 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.084842857 +0000 UTC m=+31.063198290 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f440): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb490 item 73 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.085319738 +0000 UTC m=+31.063675171 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138f900): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.085319738 +0000 UTC m=+31.063675171 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8138fe40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb650 item 73 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.086449724 +0000 UTC m=+31.064805157 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fb9d0 item 74 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.086895936 +0000 UTC m=+31.065251370 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0a80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb813fbb90 item 74 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.087374141 +0000 UTC m=+31.065729574 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b0fc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.087374141 +0000 UTC m=+31.065729574 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1540): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d62a0 item 74 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.088644121 +0000 UTC m=+31.066999555 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813b1b80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6690 item 75 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.090005324 +0000 UTC m=+31.068360757 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6180): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): _writeAt: size=3, off=2 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6850 item 75 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.090816417 +0000 UTC m=+31.069171850 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c66c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.090816417 +0000 UTC m=+31.069171850 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c6c00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6bd0 item 75 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.092403327 +0000 UTC m=+31.070758759 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7240): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d6f50 item 76 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.092694146 +0000 UTC m=+31.071049580 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7110 item 76 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): _writeAt: size=3, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.093469451 +0000 UTC m=+31.071824884 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb813c7c80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.093469451 +0000 UTC m=+31.071824884 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420300): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d72d0 item 76 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): >openPending: err= 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.094970339 +0000 UTC m=+31.073325771 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420940): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d76c0 item 77 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.095393598 +0000 UTC m=+31.073749031 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81420e40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.095393598 +0000 UTC m=+31.073749031 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421540): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7880 item 77 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.09648463 +0000 UTC m=+31.074840063 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81421b80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7c00 item 78 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.096883343 +0000 UTC m=+31.075238777 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4180): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.096883343 +0000 UTC m=+31.075238777 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4880): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb819d7dc0 item 78 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.098288039 +0000 UTC m=+31.076643472 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a4ec0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814765b0 item 79 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.098895728 +0000 UTC m=+31.077251161 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a53c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.098895728 +0000 UTC m=+31.077251161 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814a5ac0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476770 item 79 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.100206855 +0000 UTC m=+31.078562298 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476bd0 item 80 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.10087611 +0000 UTC m=+31.079231544 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8700): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.10087611 +0000 UTC m=+31.079231544 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c8e00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81476d90 item 80 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.102193681 +0000 UTC m=+31.080549114 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9440): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814771f0 item 81 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.102636969 +0000 UTC m=+31.080992402 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c98c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.102636969 +0000 UTC m=+31.080992402 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814c9e00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb814773b0 item 81 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.103856955 +0000 UTC m=+31.082212388 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81477880 item 82 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.104706791 +0000 UTC m=+31.083062225 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f4a80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.104706791 +0000 UTC m=+31.083062225 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5000): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81477a40 item 82 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.105896079 +0000 UTC m=+31.084251513 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5680): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea540 item 83 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.106337944 +0000 UTC m=+31.084693376 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb814f5b80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.106337944 +0000 UTC m=+31.084693376 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e61c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ea700 item 83 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.107526561 +0000 UTC m=+31.085881994 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6840): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eabd0 item 84 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.107952696 +0000 UTC m=+31.086308130 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e6d40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.107952696 +0000 UTC m=+31.086308130 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e72c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ead90 item 84 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.10921946 +0000 UTC m=+31.087574894 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7940): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb260 item 85 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.109658941 +0000 UTC m=+31.088014374 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb815e7e40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.109658941 +0000 UTC m=+31.088014374 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb490 item 85 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.110820958 +0000 UTC m=+31.089176391 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81624b00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816eb810 item 86 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.111284714 +0000 UTC m=+31.089640147 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625000): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.111284714 +0000 UTC m=+31.089640147 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625580): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ebab0 item 86 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.11242006 +0000 UTC m=+31.090775493 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81625c00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb816ebe30 item 87 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.112826237 +0000 UTC m=+31.091181671 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.112826237 +0000 UTC m=+31.091181671 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda1c0 item 87 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.113894607 +0000 UTC m=+31.092250050 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81660dc0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda540 item 88 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.114347774 +0000 UTC m=+31.092703207 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816612c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.114347774 +0000 UTC m=+31.092703207 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661840): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bda770 item 88 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.118270528 +0000 UTC m=+31.096625971 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81661e80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdacb0 item 89 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.118650536 +0000 UTC m=+31.097005968 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169e4c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdae70 item 89 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.119863359 +0000 UTC m=+31.098218792 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ea00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.119863359 +0000 UTC m=+31.098218792 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169ef80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb030 item 89 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.12139299 +0000 UTC m=+31.099748423 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169f5c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb490 item 90 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.121981812 +0000 UTC m=+31.100337245 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8169fb00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb7a0 item 90 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.12245635 +0000 UTC m=+31.100811783 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6140): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.12245635 +0000 UTC m=+31.100811783 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6700): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdb960 item 90 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.123716161 +0000 UTC m=+31.102071614 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f6d40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81bdbce0 item 91 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.124806922 +0000 UTC m=+31.103162355 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7280): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): >_readAt: n=2, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): _writeAt: size=3, off=7 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81188230 item 91 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.128342605 +0000 UTC m=+31.106698038 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f77c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): >_readAt: n=8, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.128342605 +0000 UTC m=+31.106698038 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb816f7d40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81188bd0 item 91 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.129602717 +0000 UTC m=+31.107958150 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81189810 item 92 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.129993405 +0000 UTC m=+31.108348838 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817369c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): open at offset 5 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81189b20 item 92 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): _readAt: size=2, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): _writeAt: size=3, off=5 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): >_writeAt: n=3, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.130612846 +0000 UTC m=+31.108968279 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81736f00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): >_readAt: n=3, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.130612846 +0000 UTC m=+31.108968279 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817374c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10230 item 92 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.131659224 +0000 UTC m=+31.110014657 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81737b00): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10690 item 93 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.132523768 +0000 UTC m=+31.110879201 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a140): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.132523768 +0000 UTC m=+31.110879201 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175a840): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a109a0 item 93 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.13509097 +0000 UTC m=+31.113446402 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175ae80): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a10ee0 item 94 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.135543295 +0000 UTC m=+31.113898728 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175b3c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.135543295 +0000 UTC m=+31.113898728 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb8175bac0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a110a0 item 94 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.136737792 +0000 UTC m=+31.115093226 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774200): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11420 item 95 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.137184658 +0000 UTC m=+31.115540091 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774740): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.137184658 +0000 UTC m=+31.115540091 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81774e40): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a115e0 item 95 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 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/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): open at offset 0 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): _readAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): >_readAt: n=0, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.138390457 +0000 UTC m=+31.116745890 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb81775480): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11b20 item 96 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.138821791 +0000 UTC m=+31.117177225 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817759c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/14 04:20:36 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:36 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/14 04:20:36 DEBUG : open-test-file: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): _readAt: size=512, off=0 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): openPending: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): >openPending: err= 2026/05/14 04:20:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): >_readAt: n=5, err=EOF 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): close: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-14 04:20:36.138821791 +0000 UTC m=+31.117177225 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : open-test-file(0x22fb817961c0): >close: err= 2026/05/14 04:20:36 DEBUG : open-test-file: Remove: 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x22fb81a11e30 item 96 2026/05/14 04:20:36 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/14 04:20:36 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/14 04:20:36 DEBUG : open-test-file: >Remove: err= 2026/05/14 04:20:36 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : >WaitForWriters: 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.41s) --- PASS: TestRWFileHandleOpenTests/writes (0.22s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.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.20s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : file1: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): openPending: 2026/05/14 04:20:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): >openPending: err= 2026/05/14 04:20:36 DEBUG : file1: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/14 04:20:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): _writeAt: size=2, off=0 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): >_writeAt: n=2, err= 2026/05/14 04:20:36 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): RWFileHandle.Flush 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): RWFileHandle.Release 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): close: 2026/05/14 04:20:36 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/14 04:20:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : file1(0x22fb81796c00): >close: err= 2026/05/14 04:20:36 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:36 DEBUG : file1: vfs cache: starting upload 2026/05/14 04:20:36 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1.a0a9169e.partial" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1.a0a9169e.partial 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1.a0a9169e.partial" 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tafabuf6fawo/file1.a0a9169e.partial 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/14 04:20:36 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/14 04:20:36 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/14 04:20:36 INFO : file1: Copied (new) 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/14 04:20:36 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/14 04:20:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/14 04:20:36 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:36 INFO : file1: vfs cache: upload succeeded try #1 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : >WaitForWriters: 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/14 04:20:36 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : file1: reading active writers 2026/05/14 04:20:36 DEBUG : >WaitForWriters: 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:36 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:36 DEBUG : rename_me: newRWFileHandle: 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): openPending: 2026/05/14 04:20:36 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): >openPending: err= 2026/05/14 04:20:36 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/14 04:20:36 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/14 04:20:36 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): _writeAt: size=5, off=0 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): >_writeAt: n=5, err= 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): close: 2026/05/14 04:20:36 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-14 04:20:36.662984718 +0000 UTC m=+31.641340161 2026/05/14 04:20:36 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/14 04:20:36 DEBUG : rename_me(0x22fb8170e080): >close: err= 2026/05/14 04:20:36 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/14 04:20:36 DEBUG : i_was_renamed: Updating file with 0x22fb8157a000 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/14 04:20:36 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 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-tafabuf6fawo/dir/file1: no such file or directory 2026/05/14 04:20:36 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/14 04:20:36 DEBUG : i_was_renamed.c551f5f0.partial: size = 5 OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/i_was_renamed.c551f5f0.partial" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/i_was_renamed.c551f5f0.partial 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/i_was_renamed.c551f5f0.partial" 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/i_was_renamed.c551f5f0.partial 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : i_was_renamed.c551f5f0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:36 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:36 DEBUG : i_was_renamed.c551f5f0.partial: renamed to: i_was_renamed 2026/05/14 04:20:36 INFO : i_was_renamed: Copied (new) 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/i_was_renamed" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/i_was_renamed 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/i_was_renamed" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/i_was_renamed 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:36 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:36 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-14 04:20:36 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/14 04:20:36 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/14 04:20:36 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/14 04:20:36 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/14 04:20:36 DEBUG : Looking for writers 2026/05/14 04:20:36 DEBUG : i_was_renamed: reading active writers 2026/05/14 04:20:36 DEBUG : >WaitForWriters: 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/14 04:20:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tafabuf6fawo" 2026/05/14 04:20:36 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:36 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : forgetting directory cache 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): _readAt: size=512, off=0 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): openPending: 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:21:36 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): >openPending: err= 2026/05/14 04:20:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): >_readAt: n=20, err=EOF 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): close: 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:21:36 +0000 UTC 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb81796300): >close: err= 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : forgetting directory cache 2026/05/14 04:20:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): _readAt: size=512, off=0 2026/05/14 04:20:37 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): openPending: 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:37 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:22:36 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-14 03:21:36 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-14 03:22:36 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-14 03:21:36 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/14 04:20:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): >openPending: err= 2026/05/14 04:20:38 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): >_readAt: n=20, err=EOF 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): close: 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:22:36 +0000 UTC 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f1c0): >close: err= 2026/05/14 04:20:38 DEBUG : Re-reading directory (106.660899ms old) 2026/05/14 04:20:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/14 04:20:38 DEBUG : forgetting directory cache 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): _readAt: size=512, off=0 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): openPending: 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:23:36 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-14 03:22:36 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-14 03:23:36 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-14 03:22:36 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/14 04:20:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): >openPending: err= 2026/05/14 04:20:38 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): >_readAt: n=20, err=EOF 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): close: 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:23:36 +0000 UTC 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb81797580): >close: err= 2026/05/14 04:20:38 DEBUG : Re-reading directory (100.086292ms old) 2026/05/14 04:20:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/14 04:20:38 DEBUG : forgetting directory cache 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f680): _readAt: size=512, off=0 2026/05/14 04:20:38 DEBUG : TestRWCacheUpdate(0x22fb8170f680): openPending: 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:38 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:24:36 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-14 03:23:36 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-14 03:24:36 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-14 03:23:36 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/14 04:20:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170f680): >openPending: err= 2026/05/14 04:20:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170f680): >_readAt: n=20, err=EOF 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170f680): close: 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:24:36 +0000 UTC 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170f680): >close: err= 2026/05/14 04:20:39 DEBUG : Re-reading directory (113.668404ms old) 2026/05/14 04:20:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/14 04:20:39 DEBUG : forgetting directory cache 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): _readAt: size=512, off=0 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): openPending: 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:25:36 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-14 03:24:36 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-14 03:25:36 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-14 03:24:36 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/14 04:20:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): >openPending: err= 2026/05/14 04:20:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): >_readAt: n=20, err=EOF 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): close: 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:25:36 +0000 UTC 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb8170fec0): >close: err= 2026/05/14 04:20:39 DEBUG : Re-reading directory (119.866098ms old) 2026/05/14 04:20:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : forgetting directory cache 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb81508d00): _readAt: size=512, off=0 2026/05/14 04:20:39 DEBUG : TestRWCacheUpdate(0x22fb81508d00): openPending: 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:39 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-14 03:26:36 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-14 03:25:36 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-14 03:26:36 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-14 03:25:36 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/14 04:20:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/14 04:20:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81508d00): >openPending: err= 2026/05/14 04:20:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81508d00): >_readAt: n=20, err=EOF 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81508d00): close: 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:26:36 +0000 UTC 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81508d00): >close: err= 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : forgetting directory cache 2026/05/14 04:20:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): _readAt: size=512, off=0 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): openPending: 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-14 03:27:36 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-14 03:26:36 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-14 03:27:36 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-14 03:26:36 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/14 04:20:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/14 04:20:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): >openPending: err= 2026/05/14 04:20:40 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): >_readAt: n=21, err=EOF 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): close: 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:27:36 +0000 UTC 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81165000): >close: err= 2026/05/14 04:20:40 DEBUG : Re-reading directory (100.303743ms old) 2026/05/14 04:20:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/14 04:20:40 DEBUG : forgetting directory cache 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): _readAt: size=512, off=0 2026/05/14 04:20:40 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): openPending: 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:40 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-14 03:28:36 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-14 03:27:36 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-14 03:28:36 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-14 03:27:36 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/14 04:20:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/14 04:20:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): >openPending: err= 2026/05/14 04:20:41 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): >_readAt: n=22, err=EOF 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): close: 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:28:36 +0000 UTC 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb81509cc0): >close: err= 2026/05/14 04:20:41 DEBUG : Re-reading directory (107.310967ms old) 2026/05/14 04:20:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : forgetting directory cache 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): _readAt: size=512, off=0 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): openPending: 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-14 03:29:36 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-14 03:28:36 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-14 03:29:36 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-14 03:28:36 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/14 04:20:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/14 04:20:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): >openPending: err= 2026/05/14 04:20:41 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): >_readAt: n=23, err=EOF 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): close: 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:29:36 +0000 UTC 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb811f1b40): >close: err= 2026/05/14 04:20:41 DEBUG : Re-reading directory (105.249251ms old) 2026/05/14 04:20:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/14 04:20:41 DEBUG : forgetting directory cache 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb810f5800): _readAt: size=512, off=0 2026/05/14 04:20:41 DEBUG : TestRWCacheUpdate(0x22fb810f5800): openPending: 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:41 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/TestRWCacheUpdate" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tafabuf6fawo/TestRWCacheUpdate 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-14 03:30:36 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-14 03:29:36 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-14 03:30:36 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-14 03:29:36 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/14 04:20:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/14 04:20:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate(0x22fb810f5800): >openPending: err= 2026/05/14 04:20:42 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate(0x22fb810f5800): >_readAt: n=24, err=EOF 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate(0x22fb810f5800): close: 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-14 03:30:36 +0000 UTC 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate(0x22fb810f5800): >close: err= 2026/05/14 04:20:42 DEBUG : Re-reading directory (106.80366ms old) 2026/05/14 04:20:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/14 04:20:42 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:42 DEBUG : Looking for writers 2026/05/14 04:20:42 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/14 04:20:42 DEBUG : >WaitForWriters: 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.09s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : forgetting directory cache 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/14 04:20:42 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:42 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:42 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:42 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:42 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:42 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/14 04:20:42 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/14 04:20:42 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/14 04:20:42 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:42 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:42 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/14 04:20:42 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/14 04:20:42 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/14 04:20:42 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:42 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:42 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:42 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/FiLeA" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tafabuf6fawo/FiLeA 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/14 04:20:43 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/14 04:20:43 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/14 04:20:43 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FiLeB" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/FiLeB 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:43 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/14 04:20:43 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/14 04:20:43 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/FilEb" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tafabuf6fawo/FilEb 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/14 04:20:43 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/14 04:20:43 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/14 04:20:43 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/14 04:20:43 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/14 04:20:43 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:43 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:43 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:43 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/14 04:20:43 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/14 04:20:43 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/14 04:20:43 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/14 04:20:43 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/14 04:20:43 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:43 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:43 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:43 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:43 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:43 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:43 DEBUG : Looking for writers 2026/05/14 04:20:43 DEBUG : FiLeA: reading active writers 2026/05/14 04:20:43 DEBUG : FiLeB: reading active writers 2026/05/14 04:20:43 DEBUG : FilEb: reading active writers 2026/05/14 04:20:43 DEBUG : >WaitForWriters: 2026/05/14 04:20:43 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:43 DEBUG : Looking for writers 2026/05/14 04:20:43 DEBUG : FiLeA: reading active writers 2026/05/14 04:20:43 DEBUG : FiLeB: reading active writers 2026/05/14 04:20:43 DEBUG : FilEb: reading active writers 2026/05/14 04:20:43 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.56s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/normal name with no special characters.txt" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/normal name with no special characters.txt 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/normal name with no special characters.txt" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tafabuf6fawo/normal name with no special characters.txt 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:43 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:43 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/normal name with no special characters.txt" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tafabuf6fawo/normal name with no special characters.txt 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tafabuf6fawo/測試_Русский___ě_áñ 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/14 04:20:44 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Reusing VFS from active cache 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.01s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:44 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:44 DEBUG : dir: Looking for writers 2026/05/14 04:20:44 DEBUG : file2: reading active writers 2026/05/14 04:20:44 DEBUG : Looking for writers 2026/05/14 04:20:44 DEBUG : dir: reading active writers 2026/05/14 04:20:44 DEBUG : file1: reading active writers 2026/05/14 04:20:44 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:44 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:44 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:44 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:45 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:45 DEBUG : dir: Looking for writers 2026/05/14 04:20:45 DEBUG : Looking for writers 2026/05/14 04:20:45 DEBUG : dir: reading active writers 2026/05/14 04:20:45 DEBUG : file1: reading active writers 2026/05/14 04:20:45 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.37s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:45 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:45 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:45 DEBUG : file1: Open: flags=O_RDONLY 2026/05/14 04:20:45 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/14 04:20:45 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/14 04:20:45 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:45 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/new_file.txt" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/new_file.txt 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/new_file.txt" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/dir/new_file.txt 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:45 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/14 04:20:45 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:45 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/14 04:20:45 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:45 DEBUG : dir: Looking for writers 2026/05/14 04:20:45 DEBUG : file2: reading active writers 2026/05/14 04:20:45 DEBUG : new_file.txt: reading active writers 2026/05/14 04:20:45 DEBUG : Looking for writers 2026/05/14 04:20:45 DEBUG : dir: reading active writers 2026/05/14 04:20:45 DEBUG : file1: reading active writers 2026/05/14 04:20:45 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:45 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file2" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/dir/file2 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:45 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/14 04:20:45 DEBUG : dir/file1: Updating file with dir/file1 0x22fb817cdba0 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/dir/file1" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/dir/file1 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:45 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:45 INFO : dir/file1: Moved (server-side) to: file0 2026/05/14 04:20:45 DEBUG : file0: Updating file with file0 0x22fb817cdba0 2026/05/14 04:20:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/14 04:20:45 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file0" 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file0 2026/05/14 04:20:45 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file0" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tafabuf6fawo/file0 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file0" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file0 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file0" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tafabuf6fawo/file0 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : dir: Looking for writers 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : dir: reading active writers 2026/05/14 04:20:46 DEBUG : file0: reading active writers 2026/05/14 04:20:46 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.58s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Server has VFS statistics extension 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: About path "/rclone-test-tafabuf6fawo" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: About path "/rclone-test-tafabuf6fawo" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: About using shell command for shell type "unix" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: df -k /rclone-test-tafabuf6fawo 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: 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-tafabuf6fawo" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57774304 92998704 36% / 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: 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/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: 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/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : d: Looking for writers 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : a: Looking for writers 2026/05/14 04:20:46 DEBUG : b: Looking for writers 2026/05/14 04:20:46 DEBUG : c: Looking for writers 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : /: reading active writers 2026/05/14 04:20:46 DEBUG : a: reading active writers 2026/05/14 04:20:46 DEBUG : b: reading active writers 2026/05/14 04:20:46 DEBUG : c: reading active writers 2026/05/14 04:20:46 DEBUG : d: reading active writers 2026/05/14 04:20:46 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/14 04:20:46 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/14 04:20:46 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/14 04:20:46 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : a/b/c/d: Looking for writers 2026/05/14 04:20:46 DEBUG : a/b/c: Looking for writers 2026/05/14 04:20:46 DEBUG : d: reading active writers 2026/05/14 04:20:46 DEBUG : a/b: Looking for writers 2026/05/14 04:20:46 DEBUG : c: reading active writers 2026/05/14 04:20:46 DEBUG : a: Looking for writers 2026/05/14 04:20:46 DEBUG : b: reading active writers 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : a: reading active writers 2026/05/14 04:20:46 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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 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-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/14 04:20:46 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/14 04:20:46 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/14 04:20:46 DEBUG : file1: size = 5 OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:46 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/14 04:20:46 DEBUG : file1: size = 0 OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:46 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/14 04:20:46 DEBUG : file1: size = 7 OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:46 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:46 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/14 04:20:46 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/14 04:20:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:46 DEBUG : Looking for writers 2026/05/14 04:20:46 DEBUG : file1: reading active writers 2026/05/14 04:20:46 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.46s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:46 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:46 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/14 04:20:47 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/14 04:20:47 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/14 04:20:47 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/14 04:20:47 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/14 04:20:47 DEBUG : file1: size = 11 OK 2026/05/14 04:20:47 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:47 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:47 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:47 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:48 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/14 04:20:48 DEBUG : file1: size = 5 OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/14 04:20:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: WriteFileHandle.Release closing 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/14 04:20:48 DEBUG : file1: size = 0 OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:48 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/14 04:20:48 DEBUG : file1: size = 2 OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/14 04:20:48 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/14 04:20:48 DEBUG : file1: size = 0 OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/14 04:20:48 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_RDONLY 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/14 04:20:48 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:48 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.06s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/14 04:20:48 DEBUG : file1: size = 100 OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/file1" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 58649c3b82e3bb3d05ff0b0b4cf2a91e /rclone-test-tafabuf6fawo/file1 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : file1: Parsed hash: 58649c3b82e3bb3d05ff0b0b4cf2a91e 2026/05/14 04:20:48 DEBUG : file1: md5 = 58649c3b82e3bb3d05ff0b0b4cf2a91e OK 2026/05/14 04:20:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/14 04:20:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/14 04:20:48 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/14 04:20:48 DEBUG : file1: Open: flags=O_RDONLY 2026/05/14 04:20:48 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/14 04:20:48 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/14 04:20:48 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:48 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:48 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:48 DEBUG : Looking for writers 2026/05/14 04:20:48 DEBUG : file1: reading active writers 2026/05/14 04:20:48 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:48 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:48 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:48 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: sha1sum /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/14 04:20:49 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/14 04:20:49 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/14 04:20:49 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:49 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f000.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tafabuf6fawo/flat/f000.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/14 04:20:49 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/14 04:20:49 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/14 04:20:49 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:49 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f001.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tafabuf6fawo/flat/f001.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/14 04:20:49 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/14 04:20:49 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/14 04:20:49 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:49 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f002.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tafabuf6fawo/flat/f002.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:49 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/14 04:20:49 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/14 04:20:49 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/14 04:20:49 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:49 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:49 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f003.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tafabuf6fawo/flat/f003.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:50 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/14 04:20:50 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/14 04:20:50 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/14 04:20:50 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:50 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/flat/f004.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tafabuf6fawo/flat/f004.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:50 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/14 04:20:50 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:50 DEBUG : flat: Looking for writers 2026/05/14 04:20:50 DEBUG : f002.txt: reading active writers 2026/05/14 04:20:50 DEBUG : f003.txt: reading active writers 2026/05/14 04:20:50 DEBUG : f004.txt: reading active writers 2026/05/14 04:20:50 DEBUG : f000.txt: reading active writers 2026/05/14 04:20:50 DEBUG : f001.txt: reading active writers 2026/05/14 04:20:50 DEBUG : Looking for writers 2026/05/14 04:20:50 DEBUG : flat: reading active writers 2026/05/14 04:20:50 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.40s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:50 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:50 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/14 04:20:50 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/14 04:20:50 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:50 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/a/b/c/deep.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/a/b/c/deep.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/a/b/c/deep.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-tafabuf6fawo/a/b/c/deep.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:50 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/14 04:20:50 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/14 04:20:50 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/14 04:20:50 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:50 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/a/b/mid.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/a/b/mid.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/a/b/mid.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-tafabuf6fawo/a/b/mid.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:50 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/14 04:20:50 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/14 04:20:50 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/14 04:20:50 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:50 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/a/top.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/a/top.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/a/top.txt" 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-tafabuf6fawo/a/top.txt 2026/05/14 04:20:50 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:50 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/14 04:20:50 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:50 DEBUG : a/b/c: Looking for writers 2026/05/14 04:20:50 DEBUG : deep.txt: reading active writers 2026/05/14 04:20:50 DEBUG : a/b: Looking for writers 2026/05/14 04:20:50 DEBUG : c: reading active writers 2026/05/14 04:20:50 DEBUG : mid.txt: reading active writers 2026/05/14 04:20:50 DEBUG : a: Looking for writers 2026/05/14 04:20:50 DEBUG : b: reading active writers 2026/05/14 04:20:50 DEBUG : top.txt: reading active writers 2026/05/14 04:20:50 DEBUG : Looking for writers 2026/05/14 04:20:50 DEBUG : a: reading active writers 2026/05/14 04:20:50 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.34s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:50 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:50 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/bigdir/big.bin" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/bigdir/big.bin 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/bigdir/big.bin" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: d7c89db5113f4bec1706c17cef7b221c /rclone-test-tafabuf6fawo/bigdir/big.bin 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:51 DEBUG : bigdir/big.bin: Parsed hash: d7c89db5113f4bec1706c17cef7b221c 2026/05/14 04:20:51 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:51 DEBUG : bigdir: Looking for writers 2026/05/14 04:20:51 DEBUG : big.bin: reading active writers 2026/05/14 04:20:51 DEBUG : Looking for writers 2026/05/14 04:20:51 DEBUG : bigdir: reading active writers 2026/05/14 04:20:51 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.77s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tafabuf6fawo", Local "Local file system at /tmp/rclone2682668011", Modify Window "1s" 2026/05/14 04:20:51 INFO : sftp://rclone@:22/rclone-test-tafabuf6fawo: poll-interval is not supported by this remote 2026/05/14 04:20:51 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/14 04:20:51 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/14 04:20:51 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:51 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir1/a.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir1/a.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir1/a.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-tafabuf6fawo/dir1/a.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:51 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/14 04:20:51 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/14 04:20:51 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/14 04:20:51 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:51 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir2/b.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir2/b.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir2/b.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-tafabuf6fawo/dir2/b.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:51 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/14 04:20:51 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/14 04:20:51 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/14 04:20:51 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/14 04:20:51 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Shell path "/rclone-test-tafabuf6fawo/dir3/c.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: creating additional session 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Running remote command: md5sum /rclone-test-tafabuf6fawo/dir3/c.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tafabuf6fawo/dir3/c.txt" 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: command exited OK 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-tafabuf6fawo/dir3/c.txt 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: ssh external: close 2026/05/14 04:20:51 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/14 04:20:51 DEBUG : WaitForWriters: timeout=30s 2026/05/14 04:20:51 DEBUG : dir1: Looking for writers 2026/05/14 04:20:51 DEBUG : a.txt: reading active writers 2026/05/14 04:20:51 DEBUG : dir2: Looking for writers 2026/05/14 04:20:51 DEBUG : b.txt: reading active writers 2026/05/14 04:20:51 DEBUG : dir3: Looking for writers 2026/05/14 04:20:51 DEBUG : c.txt: reading active writers 2026/05/14 04:20:51 DEBUG : Looking for writers 2026/05/14 04:20:51 DEBUG : dir1: reading active writers 2026/05/14 04:20:51 DEBUG : dir2: reading active writers 2026/05/14 04:20:51 DEBUG : dir3: reading active writers 2026/05/14 04:20:51 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/14 04:20:51 DEBUG : sftp://rclone@:22/rclone-test-tafabuf6fawo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.54291437s (try 1/5)