"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/22 01:58:33 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-gihafac6piwo" 2026/07/22 01:58:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/22 01:58:33 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/22 01:58:33 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/07/22 01:58:33 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/22 01:58:33 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/07/22 01:58:33 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/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell type "unix" from config 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Relative path resolved to "/rclone-test-gihafac6piwo" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Using root directory "/rclone-test-gihafac6piwo" 2026/07/22 01:58:33 DEBUG : Creating backend with remote "/tmp/rclone1045872953" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:33 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:33 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:33 DEBUG : dir: Looking for writers 2026/07/22 01:58:33 DEBUG : Looking for writers 2026/07/22 01:58:33 DEBUG : dir: reading active writers 2026/07/22 01:58:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.23s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:33 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:33 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:33 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/22 01:58:34 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:34 DEBUG : dir/subdir: Looking for writers 2026/07/22 01:58:34 DEBUG : dir: Looking for writers 2026/07/22 01:58:34 DEBUG : file2: reading active writers 2026/07/22 01:58:34 DEBUG : subdir: reading active writers 2026/07/22 01:58:34 DEBUG : file1: reading active writers 2026/07/22 01:58:34 DEBUG : Looking for writers 2026/07/22 01:58:34 DEBUG : dir: reading active writers 2026/07/22 01:58:34 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.67s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:34 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:34 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:34 DEBUG : dir: Looking for writers 2026/07/22 01:58:34 DEBUG : file1: reading active writers 2026/07/22 01:58:34 DEBUG : Looking for writers 2026/07/22 01:58:34 DEBUG : dir: reading active writers 2026/07/22 01:58:34 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.23s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:34 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:34 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:34 DEBUG : dir: Looking for writers 2026/07/22 01:58:34 DEBUG : Looking for writers 2026/07/22 01:58:34 DEBUG : dir: reading active writers 2026/07/22 01:58:34 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.24s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:34 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:34 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:34 DEBUG : forgetting directory cache 2026/07/22 01:58:34 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:34 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:34 DEBUG : Looking for writers 2026/07/22 01:58:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.24s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:34 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:34 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:35 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/22 01:58:35 DEBUG : dir: invalidating directory cache 2026/07/22 01:58:35 DEBUG : >ForgetPath: 2026/07/22 01:58:35 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/22 01:58:35 DEBUG : invalidating directory cache 2026/07/22 01:58:35 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:35 DEBUG : >ForgetPath: 2026/07/22 01:58:35 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/22 01:58:35 DEBUG : >ForgetPath: 2026/07/22 01:58:35 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:35 DEBUG : dir: Looking for writers 2026/07/22 01:58:35 DEBUG : Looking for writers 2026/07/22 01:58:35 DEBUG : dir: reading active writers 2026/07/22 01:58:35 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:35 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/fil/a/b/c" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/fil/a/b/c 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/fil/a/b/c" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-gihafac6piwo/fil/a/b/c 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/fil/a/b/c" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/fil/a/b/c 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/fil/a/b/c" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-gihafac6piwo/fil/a/b/c 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/22 01:58:35 DEBUG : forgetting directory cache 2026/07/22 01:58:35 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:35 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:35 DEBUG : dir: Looking for writers 2026/07/22 01:58:35 DEBUG : fil/a/b: Looking for writers 2026/07/22 01:58:35 DEBUG : fil/a: Looking for writers 2026/07/22 01:58:35 DEBUG : b: reading active writers 2026/07/22 01:58:35 DEBUG : fil: Looking for writers 2026/07/22 01:58:35 DEBUG : a: reading active writers 2026/07/22 01:58:35 DEBUG : Looking for writers 2026/07/22 01:58:35 DEBUG : dir: reading active writers 2026/07/22 01:58:35 DEBUG : fil: reading active writers 2026/07/22 01:58:35 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.76s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:35 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:35 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:36 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:36 DEBUG : dir: Looking for writers 2026/07/22 01:58:36 DEBUG : Looking for writers 2026/07/22 01:58:36 DEBUG : dir: reading active writers 2026/07/22 01:58:36 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.23s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:36 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:36 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:36 DEBUG : dir: Looking for writers 2026/07/22 01:58:36 DEBUG : file1: reading active writers 2026/07/22 01:58:36 DEBUG : Looking for writers 2026/07/22 01:58:36 DEBUG : dir: reading active writers 2026/07/22 01:58:36 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:36 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/subdir/file3" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gihafac6piwo/dir/subdir/file3 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:36 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/22 01:58:36 DEBUG : Waiting for deletions to finish 2026/07/22 01:58:36 INFO : dir/subdir/file3: Deleted 2026/07/22 01:58:36 DEBUG : removing 1 level 2 directories 2026/07/22 01:58:36 INFO : dir/subdir: Removing directory 2026/07/22 01:58:36 DEBUG : dir: invalidating directory cache 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/22 01:58:36 DEBUG : dir/file1: Reset virtual modtime 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/22 01:58:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/22 01:58:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:36 DEBUG : dir: invalidating directory cache 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/22 01:58:36 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/22 01:58:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/22 01:58:36 DEBUG : forgetting directory cache 2026/07/22 01:58:36 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:36 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/22 01:58:36 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:36 DEBUG : dir/virtualDir: Looking for writers 2026/07/22 01:58:36 DEBUG : dir: Looking for writers 2026/07/22 01:58:36 DEBUG : virtualDir: reading active writers 2026/07/22 01:58:36 DEBUG : file1: reading active writers 2026/07/22 01:58:36 DEBUG : virtualFile2: reading active writers 2026/07/22 01:58:36 DEBUG : virtualFile: reading active writers 2026/07/22 01:58:36 DEBUG : Looking for writers 2026/07/22 01:58:36 DEBUG : dir: reading active writers 2026/07/22 01:58:36 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.65s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:36 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:36 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:37 ERROR : dir/: Can only open directories read only 2026/07/22 01:58:37 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:37 DEBUG : dir: Looking for writers 2026/07/22 01:58:37 DEBUG : Looking for writers 2026/07/22 01:58:37 DEBUG : dir: reading active writers 2026/07/22 01:58:37 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.23s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:37 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:37 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/22 01:58:37 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/22 01:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/22 01:58:37 DEBUG : dir/potato: size = 5 OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/potato" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/potato 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/potato" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/potato 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:58:37 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:58:37 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/22 01:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/22 01:58:37 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:37 DEBUG : dir: Looking for writers 2026/07/22 01:58:37 DEBUG : file1: reading active writers 2026/07/22 01:58:37 DEBUG : potato: reading active writers 2026/07/22 01:58:37 DEBUG : Looking for writers 2026/07/22 01:58:37 DEBUG : dir: reading active writers 2026/07/22 01:58:37 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.44s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:37 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:37 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:38 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:38 DEBUG : dir/sub: Looking for writers 2026/07/22 01:58:38 DEBUG : dir: Looking for writers 2026/07/22 01:58:38 DEBUG : file1: reading active writers 2026/07/22 01:58:38 DEBUG : sub: reading active writers 2026/07/22 01:58:38 DEBUG : Looking for writers 2026/07/22 01:58:38 DEBUG : dir: reading active writers 2026/07/22 01:58:38 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.56s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:38 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:38 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/22 01:58:38 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:38 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:38 DEBUG : dir/sub/subsub: Looking for writers 2026/07/22 01:58:38 DEBUG : dir/sub: Looking for writers 2026/07/22 01:58:38 DEBUG : subsub: reading active writers 2026/07/22 01:58:38 DEBUG : dir: Looking for writers 2026/07/22 01:58:38 DEBUG : file1: reading active writers 2026/07/22 01:58:38 DEBUG : sub: reading active writers 2026/07/22 01:58:38 DEBUG : Looking for writers 2026/07/22 01:58:38 DEBUG : dir: reading active writers 2026/07/22 01:58:38 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.44s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:38 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:38 ERROR : dir/: Dir.Remove not empty 2026/07/22 01:58:38 DEBUG : dir/file1: Remove: 2026/07/22 01:58:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:38 DEBUG : dir/file1: >Remove: err= 2026/07/22 01:58:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/22 01:58:38 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:38 DEBUG : Looking for writers 2026/07/22 01:58:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:38 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:38 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:39 DEBUG : dir/file1: Remove: 2026/07/22 01:58:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:39 DEBUG : dir/file1: >Remove: err= 2026/07/22 01:58:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/22 01:58:39 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:39 DEBUG : Looking for writers 2026/07/22 01:58:39 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:39 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:39 DEBUG : dir/file1: Remove: 2026/07/22 01:58:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:39 DEBUG : dir/file1: >Remove: err= 2026/07/22 01:58:39 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:39 DEBUG : dir: Looking for writers 2026/07/22 01:58:39 DEBUG : Looking for writers 2026/07/22 01:58:39 DEBUG : dir: reading active writers 2026/07/22 01:58:39 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.32s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:39 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file3" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file3 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file3" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gihafac6piwo/dir/file3 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file3" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file3 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file3" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gihafac6piwo/dir/file3 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:39 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/22 01:58:39 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/22 01:58:39 DEBUG : dir: Updating dir with dir2 0x3d8af64bd1e0 2026/07/22 01:58:39 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/22 01:58:39 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file1" 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir2/file1 2026/07/22 01:58:39 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir2/file1" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir2/file1 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file1" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir2/file1 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir2/file1" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir2/file1 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/22 01:58:40 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/22 01:58:40 DEBUG : file2: Updating file with file2 0x3d8af60744e0 2026/07/22 01:58:40 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:40 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file2 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file2" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/file2 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file2 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file2" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/file2 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/22 01:58:40 INFO : dir2/file3: Deleted 2026/07/22 01:58:40 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/22 01:58:40 DEBUG : dir2/file3: Updating file with dir2/file3 0x3d8af60744e0 2026/07/22 01:58:40 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/22 01:58:40 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:40 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:40 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir2/file3" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir2/file3 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:41 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:41 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/22 01:58:41 DEBUG : empty directory: Updating dir with renamed empty directory 0x3d8af6074ea0 2026/07/22 01:58:41 DEBUG : empty directory: forgetting directory cache 2026/07/22 01:58:41 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/22 01:58:41 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/22 01:58:41 DEBUG : dir2: Renaming to "dir3" 2026/07/22 01:58:41 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:41 DEBUG : dir3: Looking for writers 2026/07/22 01:58:41 DEBUG : file3: reading active writers 2026/07/22 01:58:41 DEBUG : renamed empty directory: Looking for writers 2026/07/22 01:58:41 DEBUG : Looking for writers 2026/07/22 01:58:41 DEBUG : dir3: reading active writers 2026/07/22 01:58:41 DEBUG : renamed empty directory: reading active writers 2026/07/22 01:58:41 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.70s) === 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-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:41 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:41 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/22 01:58:41 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:58:41 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/22 01:58:41 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/22 01:58:41 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/22 01:58:41 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:58:41 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/22 01:58:41 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/22 01:58:41 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (12 bytes), uploading instead of streaming 2026/07/22 01:58:41 DEBUG : dir/sub/file2: size = 12 OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/sub/file2" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/sub/file2 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/sub/file2" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-gihafac6piwo/dir/sub/file2 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:41 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/22 01:58:41 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/22 01:58:41 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/22 01:58:41 DEBUG : forgetting directory cache 2026/07/22 01:58:41 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:41 DEBUG : dir/sub: forgetting directory cache 2026/07/22 01:58:41 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/22 01:58:41 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/22 01:58:41 DEBUG : dir/sub/file0: size = 5 OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/sub/file0" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/sub/file0 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/sub/file0" 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/sub/file0 2026/07/22 01:58:41 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:41 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:58:41 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:58:41 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/22 01:58:41 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/22 01:58:41 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:41 DEBUG : dir/sub: Looking for writers 2026/07/22 01:58:41 DEBUG : file0: reading active writers 2026/07/22 01:58:41 DEBUG : file2: reading active writers 2026/07/22 01:58:41 DEBUG : dir: Looking for writers 2026/07/22 01:58:41 DEBUG : file1: reading active writers 2026/07/22 01:58:41 DEBUG : sub: reading active writers 2026/07/22 01:58:41 DEBUG : Looking for writers 2026/07/22 01:58:41 DEBUG : dir: reading active writers 2026/07/22 01:58:41 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.45s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:41 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:41 DEBUG : forgetting directory cache 2026/07/22 01:58:42 DEBUG : forgetting directory cache 2026/07/22 01:58:42 DEBUG : dir: forgetting directory cache 2026/07/22 01:58:42 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:42 DEBUG : dir: Looking for writers 2026/07/22 01:58:42 DEBUG : Looking for writers 2026/07/22 01:58:42 DEBUG : dir: reading active writers 2026/07/22 01:58:42 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:42 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:42 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:42 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/22 01:58:42 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:58:42 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/22 01:58:42 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/22 01:58:42 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/22 01:58:42 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:42 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:42 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:42 DEBUG : dir: Looking for writers 2026/07/22 01:58:42 DEBUG : file1: reading active writers 2026/07/22 01:58:42 DEBUG : file1.metadata: reading active writers 2026/07/22 01:58:42 DEBUG : Looking for writers 2026/07/22 01:58:42 DEBUG : dir: reading active writers 2026/07/22 01:58:42 DEBUG : dir.metadata: reading active writers 2026/07/22 01:58:42 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:42 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:42 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:43 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:43 DEBUG : dir: Looking for writers 2026/07/22 01:58:43 DEBUG : file1: reading active writers 2026/07/22 01:58:43 DEBUG : Looking for writers 2026/07/22 01:58:43 DEBUG : dir: reading active writers 2026/07/22 01:58:43 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:43 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:43 DEBUG : Can set mod time: true 2026/07/22 01:58:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:43 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:43 DEBUG : dir: Looking for writers 2026/07/22 01:58:43 DEBUG : file1: reading active writers 2026/07/22 01:58:43 DEBUG : Looking for writers 2026/07/22 01:58:43 DEBUG : dir: reading active writers 2026/07/22 01:58:43 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:43 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/22 01:58:43 DEBUG : dir/file1: size = 0 OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:43 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:58:43 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:58:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/22 01:58:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/22 01:58:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:43 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:43 DEBUG : dir: Looking for writers 2026/07/22 01:58:43 DEBUG : file1: reading active writers 2026/07/22 01:58:43 DEBUG : Looking for writers 2026/07/22 01:58:43 DEBUG : dir: reading active writers 2026/07/22 01:58:43 DEBUG : >WaitForWriters: 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:43 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/22 01:58:44 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:44 DEBUG : dir: Looking for writers 2026/07/22 01:58:44 DEBUG : file1: reading active writers 2026/07/22 01:58:44 DEBUG : Looking for writers 2026/07/22 01:58:44 DEBUG : dir: reading active writers 2026/07/22 01:58:44 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:44 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:44 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:44 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/22 01:58:44 DEBUG : dir/file1: size = 5 OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:58:44 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:58:44 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/22 01:58:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/22 01:58:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:44 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:44 DEBUG : dir: Looking for writers 2026/07/22 01:58:44 DEBUG : file1: reading active writers 2026/07/22 01:58:44 DEBUG : Looking for writers 2026/07/22 01:58:44 DEBUG : dir: reading active writers 2026/07/22 01:58:44 DEBUG : >WaitForWriters: 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/22 01:58:44 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:44 DEBUG : dir: Looking for writers 2026/07/22 01:58:44 DEBUG : file1: reading active writers 2026/07/22 01:58:44 DEBUG : Looking for writers 2026/07/22 01:58:44 DEBUG : dir: reading active writers 2026/07/22 01:58:44 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:44 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:44 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:44 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:45 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : >WaitForWriters: 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:45 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/22 01:58:45 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af5dfbbc0): close: 2026/07/22 01:58:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af5dfbbc0): >close: err= 2026/07/22 01:58:45 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : >WaitForWriters: 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:45 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : >WaitForWriters: 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:45 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:45 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/22 01:58:45 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): _writeAt: size=5, off=0 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): openPending: 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/22 01:58:45 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/22 01:58:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): >openPending: err= 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): >_writeAt: n=5, err= 2026/07/22 01:58:45 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): close: 2026/07/22 01:58:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/22 01:58:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/22 01:58:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/22 01:58:45 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/22 01:58:45 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/22 01:58:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:45 DEBUG : dir/file1(0x3d8af63d4f00): >close: err= 2026/07/22 01:58:45 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:45 DEBUG : dir: Looking for writers 2026/07/22 01:58:45 DEBUG : file1: reading active writers 2026/07/22 01:58:45 DEBUG : Looking for writers 2026/07/22 01:58:45 DEBUG : dir: reading active writers 2026/07/22 01:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:45 DEBUG : dir/file1: vfs cache: starting upload 2026/07/22 01:58:45 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1.2f98c60a.partial" 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1.2f98c60a.partial 2026/07/22 01:58:45 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1.2f98c60a.partial" 2026/07/22 01:58:46 DEBUG : dir: Looking for writers 2026/07/22 01:58:46 DEBUG : file1: reading active writers 2026/07/22 01:58:46 DEBUG : Looking for writers 2026/07/22 01:58:46 DEBUG : dir: reading active writers 2026/07/22 01:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gihafac6piwo/dir/file1.2f98c60a.partial 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/22 01:58:46 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/22 01:58:46 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/22 01:58:46 INFO : dir/file1: Copied (replaced existing) 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/22 01:58:46 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/22 01:58:46 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/22 01:58:46 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/22 01:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:46 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/22 01:58:46 DEBUG : dir: Looking for writers 2026/07/22 01:58:46 DEBUG : file1: reading active writers 2026/07/22 01:58:46 DEBUG : Looking for writers 2026/07/22 01:58:46 DEBUG : dir: reading active writers 2026/07/22 01:58:46 DEBUG : >WaitForWriters: 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/22 01:58:46 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:46 DEBUG : dir: Looking for writers 2026/07/22 01:58:46 DEBUG : file1: reading active writers 2026/07/22 01:58:46 DEBUG : Looking for writers 2026/07/22 01:58:46 DEBUG : dir: reading active writers 2026/07/22 01:58:46 DEBUG : >WaitForWriters: 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.32s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.47s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.55s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.54s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.87s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:46 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:46 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:46 DEBUG : dir: Looking for writers 2026/07/22 01:58:46 DEBUG : file1: reading active writers 2026/07/22 01:58:46 DEBUG : Looking for writers 2026/07/22 01:58:46 DEBUG : dir: reading active writers 2026/07/22 01:58:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.34s) === RUN TestFileOpenReadUnknownSize 2026/07/22 01:58:46 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/22 01:58:46 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/22 01:58:46 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:46 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/22 01:58:46 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:46 DEBUG : Looking for writers 2026/07/22 01:58:46 DEBUG : file.txt: reading active writers 2026/07/22 01:58:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:46 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/22 01:58:46 DEBUG : dir/file1: size = 25 OK 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:46 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:47 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/22 01:58:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:47 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:47 DEBUG : dir: Looking for writers 2026/07/22 01:58:47 DEBUG : file1: reading active writers 2026/07/22 01:58:47 DEBUG : Looking for writers 2026/07/22 01:58:47 DEBUG : dir: reading active writers 2026/07/22 01:58:47 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.34s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:47 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:47 DEBUG : dir/file1: Remove: 2026/07/22 01:58:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:47 DEBUG : dir/file1: >Remove: err= 2026/07/22 01:58:47 DEBUG : dir/file1: Remove: 2026/07/22 01:58:47 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/22 01:58:47 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:47 DEBUG : dir: Looking for writers 2026/07/22 01:58:47 DEBUG : Looking for writers 2026/07/22 01:58:47 DEBUG : dir: reading active writers 2026/07/22 01:58:47 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.23s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:47 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:47 DEBUG : dir/file1: Remove: 2026/07/22 01:58:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:47 DEBUG : dir/file1: >Remove: err= 2026/07/22 01:58:47 DEBUG : dir/file1: Remove: 2026/07/22 01:58:47 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/22 01:58:47 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:47 DEBUG : dir: Looking for writers 2026/07/22 01:58:47 DEBUG : Looking for writers 2026/07/22 01:58:47 DEBUG : dir: reading active writers 2026/07/22 01:58:47 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:47 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:47 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:47 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/22 01:58:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:47 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/22 01:58:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:47 DEBUG : dir/file1: Open: flags=0x3 2026/07/22 01:58:47 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/22 01:58:47 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/22 01:58:47 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:47 DEBUG : dir: Looking for writers 2026/07/22 01:58:47 DEBUG : file1: reading active writers 2026/07/22 01:58:47 DEBUG : Looking for writers 2026/07/22 01:58:47 DEBUG : dir: reading active writers 2026/07/22 01:58:47 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.23s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:47 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:47 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:48 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:48 DEBUG : dir: Looking for writers 2026/07/22 01:58:48 DEBUG : file1: reading active writers 2026/07/22 01:58:48 DEBUG : Looking for writers 2026/07/22 01:58:48 DEBUG : dir: reading active writers 2026/07/22 01:58:48 DEBUG : >WaitForWriters: 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:48 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6577450 2026/07/22 01:58:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:48 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:48 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af6577450 2026/07/22 01:58:48 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:48 DEBUG : dir/file1: File is currently open, delaying rename 0x3d8af6577450 2026/07/22 01:58:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/22 01:58:48 DEBUG : dir/file1: size = 25 OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:48 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:48 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/22 01:58:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:48 DEBUG : newLeaf: Running delayed rename now 2026/07/22 01:58:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:48 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6577450 2026/07/22 01:58:48 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:48 DEBUG : dir: Looking for writers 2026/07/22 01:58:48 DEBUG : Looking for writers 2026/07/22 01:58:48 DEBUG : dir: reading active writers 2026/07/22 01:58:48 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:48 DEBUG : >WaitForWriters: 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:48 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:48 DEBUG : dir: Looking for writers 2026/07/22 01:58:48 DEBUG : Looking for writers 2026/07/22 01:58:48 DEBUG : dir: reading active writers 2026/07/22 01:58:48 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:48 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:48 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:48 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:48 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:49 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:49 DEBUG : dir: Looking for writers 2026/07/22 01:58:49 DEBUG : file1: reading active writers 2026/07/22 01:58:49 DEBUG : Looking for writers 2026/07/22 01:58:49 DEBUG : dir: reading active writers 2026/07/22 01:58:49 DEBUG : >WaitForWriters: 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:49 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6074f70 2026/07/22 01:58:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:49 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:49 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af6074f70 2026/07/22 01:58:49 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:49 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/22 01:58:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:49 DEBUG : dir/file1: File is currently open, delaying rename 0x3d8af6074f70 2026/07/22 01:58:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/22 01:58:49 DEBUG : dir/file1: size = 25 OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:49 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:49 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:49 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/22 01:58:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:49 DEBUG : newLeaf: Running delayed rename now 2026/07/22 01:58:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:49 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6074f70 2026/07/22 01:58:49 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:49 DEBUG : dir: Looking for writers 2026/07/22 01:58:49 DEBUG : Looking for writers 2026/07/22 01:58:49 DEBUG : dir: reading active writers 2026/07/22 01:58:49 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:49 DEBUG : >WaitForWriters: 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:49 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:50 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:50 DEBUG : >WaitForWriters: 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:50 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:50 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:50 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:58:50 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): openPending: 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/22 01:58:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): >openPending: err= 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): _writeAt: size=14, off=0 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): >_writeAt: n=14, err= 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): close: 2026/07/22 01:58:50 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/22 01:58:50 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af5fb4640): >close: err= 2026/07/22 01:58:50 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: starting upload 2026/07/22 01:58:50 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1.ca338588.partial" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1.ca338588.partial 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1.ca338588.partial" 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1.ca338588.partial 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:50 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/22 01:58:50 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/22 01:58:50 INFO : dir/file1: Copied (replaced existing) 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : dir: Looking for writers 2026/07/22 01:58:50 DEBUG : file1: reading active writers 2026/07/22 01:58:50 DEBUG : Looking for writers 2026/07/22 01:58:50 DEBUG : dir: reading active writers 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:50 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/22 01:58:50 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/22 01:58:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:50 DEBUG : >WaitForWriters: 2026/07/22 01:58:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:50 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/22 01:58:50 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): _readAt: size=512, off=0 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): openPending: 2026/07/22 01:58:50 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/07/22 01:58:50 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/22 01:58:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): >openPending: err= 2026/07/22 01:58:50 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): >_readAt: n=14, err=EOF 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): close: 2026/07/22 01:58:50 DEBUG : dir/file1(0x3d8af63d4140): >close: err= 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:50 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:51 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af612e000 2026/07/22 01:58:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:51 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/22 01:58:51 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af612e000 2026/07/22 01:58:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:51 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:51 DEBUG : dir/file1(0x3d8af61fa1c0): openPending: 2026/07/22 01:58:51 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/07/22 01:58:51 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/22 01:58:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:51 DEBUG : dir/file1(0x3d8af61fa1c0): >openPending: err= 2026/07/22 01:58:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:51 DEBUG : dir/file1(0x3d8af61fa1c0): _writeAt: size=25, off=0 2026/07/22 01:58:51 DEBUG : dir/file1(0x3d8af61fa1c0): >_writeAt: n=25, err= 2026/07/22 01:58:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:51 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af612e000 2026/07/22 01:58:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:51 DEBUG : newLeaf(0x3d8af61fa1c0): close: 2026/07/22 01:58:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/22 01:58:51 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-22 01:58:51.74270596 +0000 UTC m=+18.670439320 2026/07/22 01:58:51 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:51 DEBUG : newLeaf(0x3d8af61fa1c0): >close: err= 2026/07/22 01:58:51 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:51 DEBUG : dir: Looking for writers 2026/07/22 01:58:51 DEBUG : Looking for writers 2026/07/22 01:58:51 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:51 DEBUG : dir: reading active writers 2026/07/22 01:58:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:51 DEBUG : dir: Looking for writers 2026/07/22 01:58:51 DEBUG : Looking for writers 2026/07/22 01:58:51 DEBUG : dir: reading active writers 2026/07/22 01:58:51 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:51 DEBUG : dir: Looking for writers 2026/07/22 01:58:51 DEBUG : Looking for writers 2026/07/22 01:58:51 DEBUG : dir: reading active writers 2026/07/22 01:58:51 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:51 DEBUG : dir: Looking for writers 2026/07/22 01:58:51 DEBUG : Looking for writers 2026/07/22 01:58:51 DEBUG : dir: reading active writers 2026/07/22 01:58:51 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:51 DEBUG : newLeaf: vfs cache: starting upload 2026/07/22 01:58:51 DEBUG : newLeaf.f45627b6.partial: size = 25 OK 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf.f45627b6.partial" 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf.f45627b6.partial 2026/07/22 01:58:51 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf.f45627b6.partial" 2026/07/22 01:58:52 DEBUG : dir: Looking for writers 2026/07/22 01:58:52 DEBUG : Looking for writers 2026/07/22 01:58:52 DEBUG : dir: reading active writers 2026/07/22 01:58:52 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf.f45627b6.partial 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : newLeaf.f45627b6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:52 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:52 DEBUG : newLeaf.f45627b6.partial: renamed to: newLeaf 2026/07/22 01:58:52 INFO : newLeaf: Copied (replaced existing) 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : dir: Looking for writers 2026/07/22 01:58:52 DEBUG : Looking for writers 2026/07/22 01:58:52 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:52 DEBUG : dir: reading active writers 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:52 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-22 01:58:51 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/22 01:58:52 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/22 01:58:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:52 DEBUG : >WaitForWriters: 2026/07/22 01:58:52 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:52 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:52 DEBUG : dir: Looking for writers 2026/07/22 01:58:52 DEBUG : Looking for writers 2026/07/22 01:58:52 DEBUG : dir: reading active writers 2026/07/22 01:58:52 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:52 DEBUG : >WaitForWriters: 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:52 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:52 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:52 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:52 DEBUG : dir: Looking for writers 2026/07/22 01:58:52 DEBUG : file1: reading active writers 2026/07/22 01:58:52 DEBUG : Looking for writers 2026/07/22 01:58:52 DEBUG : dir: reading active writers 2026/07/22 01:58:52 DEBUG : >WaitForWriters: 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:52 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6427520 2026/07/22 01:58:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:52 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:53 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af6427520 2026/07/22 01:58:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:53 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:53 DEBUG : dir/file1(0x3d8af63d5000): openPending: 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/22 01:58:53 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/22 01:58:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:53 DEBUG : dir/file1(0x3d8af63d5000): >openPending: err= 2026/07/22 01:58:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:53 DEBUG : dir/file1(0x3d8af63d5000): _writeAt: size=25, off=0 2026/07/22 01:58:53 DEBUG : dir/file1(0x3d8af63d5000): >_writeAt: n=25, err= 2026/07/22 01:58:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:53 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af6427520 2026/07/22 01:58:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:53 DEBUG : newLeaf(0x3d8af63d5000): close: 2026/07/22 01:58:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/22 01:58:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-22 01:58:53.358976053 +0000 UTC m=+20.286709393 2026/07/22 01:58:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:53 DEBUG : newLeaf(0x3d8af63d5000): >close: err= 2026/07/22 01:58:53 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:53 DEBUG : newLeaf: vfs cache: starting upload 2026/07/22 01:58:53 DEBUG : newLeaf.213b7270.partial: size = 25 OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf.213b7270.partial" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf.213b7270.partial 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf.213b7270.partial" 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf.213b7270.partial 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf.213b7270.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:53 DEBUG : newLeaf.213b7270.partial: renamed to: newLeaf 2026/07/22 01:58:53 INFO : newLeaf: Copied (replaced existing) 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-22 01:58:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/22 01:58:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/22 01:58:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:53 DEBUG : >WaitForWriters: 2026/07/22 01:58:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:53 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:53 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:53 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:53 DEBUG : dir: Looking for writers 2026/07/22 01:58:53 DEBUG : Looking for writers 2026/07/22 01:58:53 DEBUG : dir: reading active writers 2026/07/22 01:58:53 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:53 DEBUG : >WaitForWriters: 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:54 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:54 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:54 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:58:54 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): openPending: 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/22 01:58:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): >openPending: err= 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): _writeAt: size=14, off=0 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): >_writeAt: n=14, err= 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): close: 2026/07/22 01:58:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/22 01:58:54 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af63d5d00): >close: err= 2026/07/22 01:58:54 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: starting upload 2026/07/22 01:58:54 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1.ca338588.partial" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1.ca338588.partial 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1.ca338588.partial" 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1.ca338588.partial 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/22 01:58:54 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/22 01:58:54 INFO : dir/file1: Copied (replaced existing) 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : dir: Looking for writers 2026/07/22 01:58:54 DEBUG : file1: reading active writers 2026/07/22 01:58:54 DEBUG : Looking for writers 2026/07/22 01:58:54 DEBUG : dir: reading active writers 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/22 01:58:54 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/22 01:58:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:54 DEBUG : >WaitForWriters: 2026/07/22 01:58:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:54 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/22 01:58:54 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): _readAt: size=512, off=0 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): openPending: 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/22 01:58:54 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/22 01:58:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): >openPending: err= 2026/07/22 01:58:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): >_readAt: n=14, err=EOF 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): close: 2026/07/22 01:58:54 DEBUG : dir/file1(0x3d8af6a5e440): >close: err= 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:54 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af65140d0 2026/07/22 01:58:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:54 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:55 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/22 01:58:55 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af65140d0 2026/07/22 01:58:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:55 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:55 DEBUG : dir/file1(0x3d8af6408e80): openPending: 2026/07/22 01:58:55 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/07/22 01:58:55 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/22 01:58:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:55 DEBUG : dir/file1(0x3d8af6408e80): >openPending: err= 2026/07/22 01:58:55 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:55 DEBUG : dir/file1(0x3d8af6408e80): _writeAt: size=25, off=0 2026/07/22 01:58:55 DEBUG : dir/file1(0x3d8af6408e80): >_writeAt: n=25, err= 2026/07/22 01:58:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:55 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af65140d0 2026/07/22 01:58:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:55 DEBUG : newLeaf(0x3d8af6408e80): close: 2026/07/22 01:58:55 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/22 01:58:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-22 01:58:55.508158412 +0000 UTC m=+22.435891753 2026/07/22 01:58:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:55 DEBUG : newLeaf(0x3d8af6408e80): >close: err= 2026/07/22 01:58:55 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:55 DEBUG : newLeaf: vfs cache: starting upload 2026/07/22 01:58:55 DEBUG : newLeaf.bc1fe835.partial: size = 25 OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf.bc1fe835.partial" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf.bc1fe835.partial 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf.bc1fe835.partial" 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf.bc1fe835.partial 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : newLeaf.bc1fe835.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:55 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:55 DEBUG : newLeaf.bc1fe835.partial: renamed to: newLeaf 2026/07/22 01:58:55 INFO : newLeaf: Copied (replaced existing) 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : dir: Looking for writers 2026/07/22 01:58:55 DEBUG : Looking for writers 2026/07/22 01:58:55 DEBUG : dir: reading active writers 2026/07/22 01:58:55 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-22 01:58:55 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/22 01:58:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/22 01:58:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:55 DEBUG : >WaitForWriters: 2026/07/22 01:58:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:55 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:56 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:56 DEBUG : dir: Looking for writers 2026/07/22 01:58:56 DEBUG : Looking for writers 2026/07/22 01:58:56 DEBUG : dir: reading active writers 2026/07/22 01:58:56 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:56 DEBUG : >WaitForWriters: 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:56 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:56 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:56 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:56 DEBUG : dir: Looking for writers 2026/07/22 01:58:56 DEBUG : file1: reading active writers 2026/07/22 01:58:56 DEBUG : Looking for writers 2026/07/22 01:58:56 DEBUG : dir: reading active writers 2026/07/22 01:58:56 DEBUG : >WaitForWriters: 2026/07/22 01:58:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:56 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): _readAt: size=512, off=0 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): openPending: 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/22 01:58:56 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/22 01:58:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): >openPending: err= 2026/07/22 01:58:56 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/22 01:58:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:58:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): >_readAt: n=14, err=EOF 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): close: 2026/07/22 01:58:56 DEBUG : dir/file1(0x3d8af5dfac40): >close: err= 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:56 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af652a4e0 2026/07/22 01:58:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:56 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:56 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:56 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:57 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/22 01:58:57 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af652a4e0 2026/07/22 01:58:57 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/22 01:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:58:57 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:58:57 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:57 DEBUG : dir/file1(0x3d8af5fb4940): openPending: 2026/07/22 01:58:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/22 01:58:57 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/22 01:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:57 DEBUG : dir/file1(0x3d8af5fb4940): >openPending: err= 2026/07/22 01:58:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:58:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:57 DEBUG : dir/file1(0x3d8af5fb4940): _writeAt: size=25, off=0 2026/07/22 01:58:57 DEBUG : dir/file1(0x3d8af5fb4940): >_writeAt: n=25, err= 2026/07/22 01:58:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:58:57 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/22 01:58:57 DEBUG : newLeaf: Updating file with newLeaf 0x3d8af652a4e0 2026/07/22 01:58:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:58:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:57 DEBUG : newLeaf(0x3d8af5fb4940): close: 2026/07/22 01:58:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/22 01:58:57 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-22 01:58:57.29381323 +0000 UTC m=+24.221546591 2026/07/22 01:58:57 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/22 01:58:57 DEBUG : newLeaf(0x3d8af5fb4940): >close: err= 2026/07/22 01:58:57 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:58:57 DEBUG : newLeaf: vfs cache: starting upload 2026/07/22 01:58:57 DEBUG : newLeaf.41fe1c7d.partial: size = 25 OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf.41fe1c7d.partial" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf.41fe1c7d.partial 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf.41fe1c7d.partial" 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf.41fe1c7d.partial 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : newLeaf.41fe1c7d.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:57 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/22 01:58:57 DEBUG : newLeaf.41fe1c7d.partial: renamed to: newLeaf 2026/07/22 01:58:57 INFO : newLeaf: Copied (replaced existing) 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:57 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-22 01:58:57 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/22 01:58:57 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/22 01:58:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/22 01:58:57 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : >WaitForWriters: 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/newLeaf" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gihafac6piwo/newLeaf 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:57 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/22 01:58:57 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:57 DEBUG : dir: Looking for writers 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 DEBUG : dir: reading active writers 2026/07/22 01:58:57 DEBUG : newLeaf: reading active writers 2026/07/22 01:58:57 DEBUG : >WaitForWriters: 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestFileRename (10.14s) --- PASS: TestFileRename/off,forceCache=false (1.17s) --- PASS: TestFileRename/minimal,forceCache=false (1.23s) --- PASS: TestFileRename/minimal,forceCache=true (2.22s) --- PASS: TestFileRename/writes,forceCache=false (1.60s) --- PASS: TestFileRename/writes,forceCache=true (2.14s) --- PASS: TestFileRename/full,forceCache=false (1.78s) === 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-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:57 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:57 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:57 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:57 DEBUG : Looking for writers 2026/07/22 01:58:57 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-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:57 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:57 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:58 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:58 DEBUG : dir: Looking for writers 2026/07/22 01:58:58 DEBUG : file1: reading active writers 2026/07/22 01:58:58 DEBUG : Looking for writers 2026/07/22 01:58:58 DEBUG : dir: reading active writers 2026/07/22 01:58:58 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:58 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/22 01:58:58 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/22 01:58:58 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/22 01:58:58 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:58 DEBUG : dir: Looking for writers 2026/07/22 01:58:58 DEBUG : file1: reading active writers 2026/07/22 01:58:58 DEBUG : Looking for writers 2026/07/22 01:58:58 DEBUG : dir: reading active writers 2026/07/22 01:58:58 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:58 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/22 01:58:58 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/22 01:58:58 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/22 01:58:58 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/22 01:58:58 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/22 01:58:58 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/22 01:58:58 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/22 01:58:58 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/22 01:58:58 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/22 01:58:58 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/22 01:58:58 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/22 01:58:58 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/22 01:58:58 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/22 01:58:58 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:58 DEBUG : dir: Looking for writers 2026/07/22 01:58:58 DEBUG : file1: reading active writers 2026/07/22 01:58:58 DEBUG : Looking for writers 2026/07/22 01:58:58 DEBUG : dir: reading active writers 2026/07/22 01:58:58 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.35s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:58 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:58 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:59 DEBUG : dir: Looking for writers 2026/07/22 01:58:59 DEBUG : file1: reading active writers 2026/07/22 01:58:59 DEBUG : Looking for writers 2026/07/22 01:58:59 DEBUG : dir: reading active writers 2026/07/22 01:58:59 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.33s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:59 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/22 01:58:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:59 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/22 01:58:59 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:59 DEBUG : dir: Looking for writers 2026/07/22 01:58:59 DEBUG : file1: reading active writers 2026/07/22 01:58:59 DEBUG : Looking for writers 2026/07/22 01:58:59 DEBUG : dir: reading active writers 2026/07/22 01:58:59 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:59 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:58:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:58:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:58:59 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:58:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:58:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:58:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): _readAt: size=1, off=0 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): openPending: 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:58:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:58:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:58:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:58:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >openPending: err= 2026/07/22 01:58:59 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:58:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >_readAt: n=1, err= 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): _readAt: size=256, off=1 2026/07/22 01:58:59 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >_readAt: n=15, err=EOF 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): _readAt: size=16, off=16 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >_readAt: n=0, err=EOF 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): close: 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >close: err= 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): close: 2026/07/22 01:58:59 DEBUG : dir/file1(0x3d8af61fb040): >close: err=file already closed 2026/07/22 01:58:59 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:58:59 DEBUG : dir: Looking for writers 2026/07/22 01:58:59 DEBUG : file1: reading active writers 2026/07/22 01:58:59 DEBUG : Looking for writers 2026/07/22 01:58:59 DEBUG : dir: reading active writers 2026/07/22 01:58:59 DEBUG : >WaitForWriters: 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.34s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:58:59 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:58:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:58:59 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:58:59 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:59:00 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): _readAt: size=1, off=0 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): openPending: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >openPending: err= 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): _readAt: size=1, off=5 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): _readAt: size=1, off=3 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): _readAt: size=1, off=13 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): _readAt: size=16, off=100 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >_readAt: n=0, err=EOF 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): close: 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af5ba8280): >close: err= 2026/07/22 01:59:00 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:00 DEBUG : dir: Looking for writers 2026/07/22 01:59:00 DEBUG : file1: reading active writers 2026/07/22 01:59:00 DEBUG : Looking for writers 2026/07/22 01:59:00 DEBUG : dir: reading active writers 2026/07/22 01:59:00 DEBUG : >WaitForWriters: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.34s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:59:00 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=1, off=0 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): openPending: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >openPending: err= 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=1, off=5 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=1, off=1 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=1, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=6, off=10 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=6, err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=256, off=10 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=6, err=EOF 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=256, off=100 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): close: 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >close: err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): _readAt: size=256, off=100 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af64087c0): >_readAt: n=0, err=file already closed 2026/07/22 01:59:00 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:00 DEBUG : dir: Looking for writers 2026/07/22 01:59:00 DEBUG : file1: reading active writers 2026/07/22 01:59:00 DEBUG : Looking for writers 2026/07/22 01:59:00 DEBUG : dir: reading active writers 2026/07/22 01:59:00 DEBUG : >WaitForWriters: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.34s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:59:00 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): RWFileHandle.Flush 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): _readAt: size=256, off=0 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): openPending: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): >openPending: err= 2026/07/22 01:59:00 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): >_readAt: n=16, err=EOF 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): RWFileHandle.Flush 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): RWFileHandle.Flush 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): close: 2026/07/22 01:59:00 DEBUG : dir/file1(0x3d8af61fb680): >close: err= 2026/07/22 01:59:00 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:00 DEBUG : dir: Looking for writers 2026/07/22 01:59:00 DEBUG : file1: reading active writers 2026/07/22 01:59:00 DEBUG : Looking for writers 2026/07/22 01:59:00 DEBUG : dir: reading active writers 2026/07/22 01:59:00 DEBUG : >WaitForWriters: 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.36s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:00 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:00 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/22 01:59:01 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): _readAt: size=256, off=0 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): openPending: 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): >openPending: err= 2026/07/22 01:59:01 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/22 01:59:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): >_readAt: n=16, err=EOF 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): RWFileHandle.Release 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): close: 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): >close: err= 2026/07/22 01:59:01 DEBUG : dir/file1(0x3d8af5dfac80): RWFileHandle.Release 2026/07/22 01:59:01 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:01 DEBUG : dir: Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : dir: reading active writers 2026/07/22 01:59:01 DEBUG : >WaitForWriters: 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.35s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:01 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:01 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:01 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): openPending: 2026/07/22 01:59:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): >openPending: err= 2026/07/22 01:59:01 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): _writeAt: size=5, off=0 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): >_writeAt: n=5, err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): _writeAt: size=7, off=5 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): >_writeAt: n=7, err= 2026/07/22 01:59:01 DEBUG : file1: vfs cache: truncate to size=11 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): close: 2026/07/22 01:59:01 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:01.31464512 +0000 UTC m=+28.242378510 2026/07/22 01:59:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): >close: err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): close: 2026/07/22 01:59:01 DEBUG : file1(0x3d8af63d4880): >close: err=file already closed 2026/07/22 01:59:01 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:01 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:01 DEBUG : file1.73ebdb0b.partial: size = 11 OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.73ebdb0b.partial" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.73ebdb0b.partial 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.73ebdb0b.partial" 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1.73ebdb0b.partial 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : file1.73ebdb0b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:01 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/22 01:59:01 DEBUG : file1.73ebdb0b.partial: renamed to: file1 2026/07/22 01:59:01 INFO : file1: Copied (new) 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:01 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-22 01:59:01 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/22 01:59:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : >WaitForWriters: 2026/07/22 01:59:01 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:01 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/22 01:59:01 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : >WaitForWriters: 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.51s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:01 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:01 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:01 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): openPending: 2026/07/22 01:59:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): >openPending: err= 2026/07/22 01:59:01 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): _writeAt: size=7, off=0 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): >_writeAt: n=7, err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): _writeAt: size=6, off=5 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): >_writeAt: n=6, err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): close: 2026/07/22 01:59:01 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:01.826729382 +0000 UTC m=+28.754462712 2026/07/22 01:59:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): >close: err= 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): _writeAt: size=5, off=0 2026/07/22 01:59:01 DEBUG : file1(0x3d8af6a5ef00): >_writeAt: n=0, err=file already closed 2026/07/22 01:59:01 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:01 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:01 DEBUG : file1.0a98e1c5.partial: size = 11 OK 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.0a98e1c5.partial" 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.0a98e1c5.partial 2026/07/22 01:59:01 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.0a98e1c5.partial" 2026/07/22 01:59:01 DEBUG : Looking for writers 2026/07/22 01:59:01 DEBUG : file1: reading active writers 2026/07/22 01:59:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1.0a98e1c5.partial 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1.0a98e1c5.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:02 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/22 01:59:02 DEBUG : file1.0a98e1c5.partial: renamed to: file1 2026/07/22 01:59:02 INFO : file1: Copied (new) 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:02 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-22 01:59:01 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/22 01:59:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:02 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:02 DEBUG : >WaitForWriters: 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/22 01:59:02 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : >WaitForWriters: 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:02 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:02 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:02 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:02 DEBUG : file1(0x3d8af5fb56c0): openPending: 2026/07/22 01:59:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:02 DEBUG : file1(0x3d8af5fb56c0): >openPending: err= 2026/07/22 01:59:02 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:02 DEBUG : file1(0x3d8af5fb56c0): close: 2026/07/22 01:59:02 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:02.356199239 +0000 UTC m=+29.283932569 2026/07/22 01:59:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:02 DEBUG : file1(0x3d8af5fb56c0): >close: err= 2026/07/22 01:59:02 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/22 01:59:02 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:02 DEBUG : file2: newRWFileHandle: 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): openPending: 2026/07/22 01:59:02 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): >openPending: err= 2026/07/22 01:59:02 DEBUG : file2: >newRWFileHandle: err= 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/22 01:59:02 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/22 01:59:02 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): RWFileHandle.Flush 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): RWFileHandle.Release 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): close: 2026/07/22 01:59:02 DEBUG : file2: vfs cache: setting modification time to 2026-07-22 01:59:02.358032079 +0000 UTC m=+29.285765409 2026/07/22 01:59:02 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:02 DEBUG : file2(0x3d8af5fb5b40): >close: err= 2026/07/22 01:59:02 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/22 01:59:02 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:02 DEBUG : file2: vfs cache: starting upload 2026/07/22 01:59:02 DEBUG : file2.64393af0.partial: size = 0 OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2.64393af0.partial" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file2.64393af0.partial 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file2.64393af0.partial" 2026/07/22 01:59:02 DEBUG : file1.f823104b.partial: size = 0 OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.f823104b.partial" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.f823104b.partial 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.f823104b.partial" 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1.f823104b.partial 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1.f823104b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file2.64393af0.partial 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file2.64393af0.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:02 DEBUG : file2.64393af0.partial: renamed to: file2 2026/07/22 01:59:02 INFO : file2: Copied (new) 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:02 DEBUG : file1.f823104b.partial: renamed to: file1 2026/07/22 01:59:02 INFO : file1: Copied (new) 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : Looking for writers 2026/07/22 01:59:02 DEBUG : file1: reading active writers 2026/07/22 01:59:02 DEBUG : file2: reading active writers 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-22 01:59:02 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/22 01:59:02 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/22 01:59:02 INFO : file2: vfs cache: upload succeeded try #1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-22 01:59:02 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/22 01:59:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:02 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:02 DEBUG : >WaitForWriters: 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:02 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:02 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file2" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gihafac6piwo/file2 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/22 01:59:03 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : file2: reading active writers 2026/07/22 01:59:03 DEBUG : >WaitForWriters: 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:03 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): openPending: 2026/07/22 01:59:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): >openPending: err= 2026/07/22 01:59:03 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): _writeAt: size=5, off=0 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): >_writeAt: n=5, err= 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): RWFileHandle.Flush 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): RWFileHandle.Flush 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): close: 2026/07/22 01:59:03 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:03.071495433 +0000 UTC m=+29.999228763 2026/07/22 01:59:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:03 DEBUG : file1(0x3d8af5e5fb00): >close: err= 2026/07/22 01:59:03 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:03 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:03 DEBUG : file1.0da41771.partial: size = 5 OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.0da41771.partial" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.0da41771.partial 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.0da41771.partial" 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1.0da41771.partial 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : file1.0da41771.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:03 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:03 DEBUG : file1.0da41771.partial: renamed to: file1 2026/07/22 01:59:03 INFO : file1: Copied (new) 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:03 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-22 01:59:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/22 01:59:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : >WaitForWriters: 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:03 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): openPending: 2026/07/22 01:59:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): >openPending: err= 2026/07/22 01:59:03 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): _writeAt: size=5, off=0 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): >_writeAt: n=5, err= 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): RWFileHandle.Release 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): close: 2026/07/22 01:59:03 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:03.391021209 +0000 UTC m=+30.318754539 2026/07/22 01:59:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): >close: err= 2026/07/22 01:59:03 DEBUG : file1(0x3d8af63d5180): RWFileHandle.Release 2026/07/22 01:59:03 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:03 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:03 DEBUG : file1.9162b39a.partial: size = 5 OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.9162b39a.partial" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.9162b39a.partial 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.9162b39a.partial" 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1.9162b39a.partial 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : file1.9162b39a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:03 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:03 DEBUG : file1.9162b39a.partial: renamed to: file1 2026/07/22 01:59:03 INFO : file1: Copied (new) 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:03 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-22 01:59:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/22 01:59:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:03 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:03 DEBUG : Looking for writers 2026/07/22 01:59:03 DEBUG : file1: reading active writers 2026/07/22 01:59:03 DEBUG : >WaitForWriters: 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:03 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:03 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/22 01:59:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:59:03 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:03 DEBUG : dir/file1(0x3d8af61fa640): openPending: 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:03 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af61fa640): >openPending: err= 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/22 01:59:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af61fa640): _writeAt: size=5, off=0 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af61fa640): >_writeAt: n=5, err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af61fa640): close: 2026/07/22 01:59:04 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-22 01:59:04.022668781 +0000 UTC m=+30.950402151 2026/07/22 01:59:04 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af61fa640): >close: err= 2026/07/22 01:59:04 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: starting upload 2026/07/22 01:59:04 DEBUG : dir/file1.b6c7d59e.partial: size = 5 OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1.b6c7d59e.partial" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1.b6c7d59e.partial 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1.b6c7d59e.partial" 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/file1.b6c7d59e.partial 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1.b6c7d59e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:04 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:04 DEBUG : dir/file1.b6c7d59e.partial: renamed to: dir/file1 2026/07/22 01:59:04 INFO : dir/file1: Copied (replaced existing) 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-22 01:59:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : >WaitForWriters: 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:04 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/22 01:59:04 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:04 DEBUG : dir/file1: newRWFileHandle: 2026/07/22 01:59:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/22 01:59:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/22 01:59:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): _writeAt: size=5, off=0 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): openPending: 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/22 01:59:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): >openPending: err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): >_writeAt: n=5, err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): _writeAt: size=15, off=5 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): >_writeAt: n=15, err= 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): close: 2026/07/22 01:59:04 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-22 01:59:04.621606827 +0000 UTC m=+31.549340197 2026/07/22 01:59:04 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:04 DEBUG : dir/file1(0x3d8af5ba81c0): >close: err= 2026/07/22 01:59:04 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: starting upload 2026/07/22 01:59:04 DEBUG : dir/file1.9f3b0b3c.partial: size = 20 OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1.9f3b0b3c.partial" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1.9f3b0b3c.partial 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1.9f3b0b3c.partial" 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gihafac6piwo/dir/file1.9f3b0b3c.partial 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1.9f3b0b3c.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/22 01:59:04 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/22 01:59:04 DEBUG : dir/file1.9f3b0b3c.partial: renamed to: dir/file1 2026/07/22 01:59:04 INFO : dir/file1: Copied (replaced existing) 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:04 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-22 01:59:04 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/22 01:59:04 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:04 DEBUG : dir: Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : dir: reading active writers 2026/07/22 01:59:04 DEBUG : >WaitForWriters: 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.60s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:04 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:04 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:04 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): openPending: 2026/07/22 01:59:04 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): >openPending: err= 2026/07/22 01:59:04 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:04 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:04 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): _writeAt: size=5, off=0 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): >_writeAt: n=5, err= 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): close: 2026/07/22 01:59:04 DEBUG : file1: vfs cache: setting modification time to 2026-07-22 01:59:04.944888554 +0000 UTC m=+31.872621874 2026/07/22 01:59:04 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:04 DEBUG : file1(0x3d8af5fb4600): >close: err= 2026/07/22 01:59:04 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:04 DEBUG : Looking for writers 2026/07/22 01:59:04 DEBUG : file1: reading active writers 2026/07/22 01:59:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:05 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:05 DEBUG : file1.169b2c87.partial: size = 5 OK 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.169b2c87.partial" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.169b2c87.partial 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.169b2c87.partial" 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1.169b2c87.partial 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:05 DEBUG : file1.169b2c87.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:05 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:05 DEBUG : file1.169b2c87.partial: renamed to: file1 2026/07/22 01:59:05 INFO : file1: Copied (new) 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:05 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:05 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-22 01:59:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/22 01:59:05 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:05 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : >WaitForWriters: 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.265101507 +0000 UTC m=+32.192834867 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64089c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.265101507 +0000 UTC m=+32.192834867 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.265101507 +0000 UTC m=+32.192834867 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c8c0 item 1 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.267841379 +0000 UTC m=+32.195574710 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.267841379 +0000 UTC m=+32.195574710 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611d030 item 2 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.269567849 +0000 UTC m=+32.197301179 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650c580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.269567849 +0000 UTC m=+32.197301179 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650ca00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.269567849 +0000 UTC m=+32.197301179 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650cec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611d810 item 3 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.275876771 +0000 UTC m=+32.203610131 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650d540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.275876771 +0000 UTC m=+32.203610131 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627a740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec8d90 item 4 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.279668289 +0000 UTC m=+32.207401619 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627ad80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.279668289 +0000 UTC m=+32.207401619 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.279668289 +0000 UTC m=+32.207401619 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627b6c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec92d0 item 5 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.282178228 +0000 UTC m=+32.209911578 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af627bd40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.282178228 +0000 UTC m=+32.209911578 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5e8a150 item 6 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.283894649 +0000 UTC m=+32.211627979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.283894649 +0000 UTC m=+32.211627979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6432f00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.283894649 +0000 UTC m=+32.211627979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64333c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5e8b420 item 7 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.286018579 +0000 UTC m=+32.213751909 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6433a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.286018579 +0000 UTC m=+32.213751909 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5e8be30 item 8 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6472640): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.288456843 +0000 UTC m=+32.216190173 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.288456843 +0000 UTC m=+32.216190173 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6472e80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.288456843 +0000 UTC m=+32.216190173 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4310 item 9 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.290878294 +0000 UTC m=+32.218611624 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6473a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.290878294 +0000 UTC m=+32.218611624 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4850 item 10 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6688680): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.292923726 +0000 UTC m=+32.220657056 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.292923726 +0000 UTC m=+32.220657056 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6688f40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.292923726 +0000 UTC m=+32.220657056 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6689440): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4d20 item 11 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.29535201 +0000 UTC m=+32.223085340 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.29535201 +0000 UTC m=+32.223085340 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aced20 item 12 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6497280): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.296809683 +0000 UTC m=+32.224543013 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.296809683 +0000 UTC m=+32.224543013 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5acfc00 item 13 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.298749355 +0000 UTC m=+32.226482685 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6700480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.298749355 +0000 UTC m=+32.226482685 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67009c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea29a0 item 14 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6701000): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.300779247 +0000 UTC m=+32.228512577 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67013c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.300779247 +0000 UTC m=+32.228512577 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6701a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea3960 item 15 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.302798851 +0000 UTC m=+32.230532211 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.302798851 +0000 UTC m=+32.230532211 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671e740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f30700 item 16 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.304766856 +0000 UTC m=+32.232500186 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671ed80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.304766856 +0000 UTC m=+32.232500186 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.304766856 +0000 UTC m=+32.232500186 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671f700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f31180 item 17 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.307658356 +0000 UTC m=+32.235391686 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af671fd80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.307658356 +0000 UTC m=+32.235391686 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67483c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5e803f0 item 18 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.309540799 +0000 UTC m=+32.237274129 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.309540799 +0000 UTC m=+32.237274129 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6748f40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.309540799 +0000 UTC m=+32.237274129 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749440): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5e81340 item 19 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.311417593 +0000 UTC m=+32.239150924 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6749ac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.311417593 +0000 UTC m=+32.239150924 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba070 item 20 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.313314946 +0000 UTC m=+32.241048276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.313314946 +0000 UTC m=+32.241048276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.313314946 +0000 UTC m=+32.241048276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba3f0 item 21 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.315452511 +0000 UTC m=+32.243185842 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af650dd00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.315452511 +0000 UTC m=+32.243185842 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63182a0 item 22 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.316700618 +0000 UTC m=+32.244433948 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a49c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.316700618 +0000 UTC m=+32.244433948 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a4ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.316700618 +0000 UTC m=+32.244433948 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a53c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6318700 item 23 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.31902193 +0000 UTC m=+32.246755300 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65a5a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.31902193 +0000 UTC m=+32.246755300 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63190a0 item 24 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af65d86c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d86c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.320895227 +0000 UTC m=+32.248628557 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.320895227 +0000 UTC m=+32.248628557 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d8f80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.320895227 +0000 UTC m=+32.248628557 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d94c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63197a0 item 25 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.32334347 +0000 UTC m=+32.251076800 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65d9b40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.32334347 +0000 UTC m=+32.251076800 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6282000 item 26 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af65f67c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f67c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.325355659 +0000 UTC m=+32.253088979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6b80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.325355659 +0000 UTC m=+32.253088979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.325355659 +0000 UTC m=+32.253088979 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f75c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6282540 item 27 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.327645813 +0000 UTC m=+32.255379173 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f7c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.327645813 +0000 UTC m=+32.255379173 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6283030 item 28 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af678e8c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678e8c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.329576017 +0000 UTC m=+32.257309347 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678ec80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.329576017 +0000 UTC m=+32.257309347 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6283490 item 29 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.331515308 +0000 UTC m=+32.259248669 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af678f9c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.331515308 +0000 UTC m=+32.259248669 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6283a40 item 30 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af67b2640): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.33367743 +0000 UTC m=+32.261410751 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b2a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.33367743 +0000 UTC m=+32.261410751 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b30c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f340e0 item 31 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.3356369 +0000 UTC m=+32.263370230 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.3356369 +0000 UTC m=+32.263370230 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67b3c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34620 item 32 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.338867008 +0000 UTC m=+32.266600338 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d23c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba690 item 33 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.34056767 +0000 UTC m=+32.268301000 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67634c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.34056767 +0000 UTC m=+32.268301000 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba930 item 33 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.342885676 +0000 UTC m=+32.270619006 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0620 item 34 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.34357169 +0000 UTC m=+32.271305021 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fab80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.34357169 +0000 UTC m=+32.271305021 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0bd0 item 34 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.345017891 +0000 UTC m=+32.272751221 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d13b0 item 35 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.345722602 +0000 UTC m=+32.273455932 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.345722602 +0000 UTC m=+32.273455932 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d15e0 item 35 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.347120872 +0000 UTC m=+32.274854202 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1a40 item 36 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.347658878 +0000 UTC m=+32.275392208 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6762d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.347658878 +0000 UTC m=+32.275392208 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1d50 item 36 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.348935258 +0000 UTC m=+32.276668588 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6763ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba2a0 item 37 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.349484866 +0000 UTC m=+32.277218196 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.349484866 +0000 UTC m=+32.277218196 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d2a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba460 item 37 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.350925125 +0000 UTC m=+32.278658455 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d30c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bad20 item 38 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.351659341 +0000 UTC m=+32.279392671 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d35c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.351659341 +0000 UTC m=+32.279392671 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67d3b00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64baee0 item 38 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.353285581 +0000 UTC m=+32.281018911 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5eb00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bb3b0 item 39 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.353852682 +0000 UTC m=+32.281586012 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.353852682 +0000 UTC m=+32.281586012 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bb570 item 39 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.355501084 +0000 UTC m=+32.283234414 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bb960 item 40 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.356424739 +0000 UTC m=+32.284158088 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5ecc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.356424739 +0000 UTC m=+32.284158088 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bbc00 item 40 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.359335063 +0000 UTC m=+32.287068393 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f41c0 item 41 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.360002502 +0000 UTC m=+32.287735873 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fcc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f43f0 item 41 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.360649956 +0000 UTC m=+32.288383276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.360649956 +0000 UTC m=+32.288383276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d48c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f45b0 item 41 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.362439514 +0000 UTC m=+32.290172844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4f00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4930 item 42 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.363032975 +0000 UTC m=+32.290766325 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4bd0 item 42 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.363770427 +0000 UTC m=+32.291503787 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.363770427 +0000 UTC m=+32.291503787 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4e00 item 42 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.365602396 +0000 UTC m=+32.293335726 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f5570 item 43 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.366217326 +0000 UTC m=+32.293950656 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba98c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f5730 item 43 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.366761474 +0000 UTC m=+32.294494794 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62866c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.366761474 +0000 UTC m=+32.294494794 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f58f0 item 43 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.368845899 +0000 UTC m=+32.296579230 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62872c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f5c70 item 44 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.369669004 +0000 UTC m=+32.297402334 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f340e0 item 44 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.370492749 +0000 UTC m=+32.298226079 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.370492749 +0000 UTC m=+32.298226079 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34460 item 44 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.372573227 +0000 UTC m=+32.300306587 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34bd0 item 45 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.373266386 +0000 UTC m=+32.300999716 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5e00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.373266386 +0000 UTC m=+32.300999716 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfac40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34e70 item 45 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.375801001 +0000 UTC m=+32.303534332 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f356c0 item 46 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.376455447 +0000 UTC m=+32.304188777 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.376455447 +0000 UTC m=+32.304188777 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f35a40 item 46 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.378679606 +0000 UTC m=+32.306412946 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6312460 item 47 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.379346445 +0000 UTC m=+32.307079775 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.379346445 +0000 UTC m=+32.307079775 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6312620 item 47 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.381481005 +0000 UTC m=+32.309214335 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ec680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6312e00 item 48 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.382044509 +0000 UTC m=+32.309777839 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ecb80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.382044509 +0000 UTC m=+32.309777839 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63131f0 item 48 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.383860357 +0000 UTC m=+32.311593778 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66ed8c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63135e0 item 49 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.384535372 +0000 UTC m=+32.312268692 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66edd40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.384535372 +0000 UTC m=+32.312268692 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fa380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6313a40 item 49 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.386639104 +0000 UTC m=+32.314372434 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faa00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6313e30 item 50 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.387364514 +0000 UTC m=+32.315097844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66faf00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.387364514 +0000 UTC m=+32.315097844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fb480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a150 item 50 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.389049766 +0000 UTC m=+32.316783085 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66fbb00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a4d0 item 51 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.389648946 +0000 UTC m=+32.317382276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.389648946 +0000 UTC m=+32.317382276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fca640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a690 item 51 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.391004315 +0000 UTC m=+32.318737635 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcacc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699aa10 item 52 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.391564863 +0000 UTC m=+32.319298183 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb1c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.391564863 +0000 UTC m=+32.319298183 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcb740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699abd0 item 52 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.393033467 +0000 UTC m=+32.320766797 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcbdc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699af50 item 53 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.393616397 +0000 UTC m=+32.321349727 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e3c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.393616397 +0000 UTC m=+32.321349727 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603e900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b110 item 53 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.394988187 +0000 UTC m=+32.322721517 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603ef80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b500 item 54 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.39578444 +0000 UTC m=+32.323517770 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603f480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.39578444 +0000 UTC m=+32.323517770 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af603fa00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b6c0 item 54 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.39720419 +0000 UTC m=+32.324937511 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699bb90 item 55 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.397689838 +0000 UTC m=+32.325423168 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605a680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.397689838 +0000 UTC m=+32.325423168 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605abc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699bd50 item 55 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.399001023 +0000 UTC m=+32.326734344 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63065b0 item 56 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.399582411 +0000 UTC m=+32.327315741 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605b740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.399582411 +0000 UTC m=+32.327315741 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af605bcc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63067e0 item 56 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.401259137 +0000 UTC m=+32.328992457 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6306c40 item 57 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.401996478 +0000 UTC m=+32.329729808 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6306ee0 item 57 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.402811949 +0000 UTC m=+32.330545279 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d4e80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.402811949 +0000 UTC m=+32.330545279 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307260 item 57 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.404487803 +0000 UTC m=+32.332221133 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60d5a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63075e0 item 58 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.405103876 +0000 UTC m=+32.332837206 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307960 item 58 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.405783259 +0000 UTC m=+32.333516579 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e85c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.405783259 +0000 UTC m=+32.333516579 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8b80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307c70 item 58 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.407176148 +0000 UTC m=+32.334909478 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e91c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c58230 item 59 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.407745033 +0000 UTC m=+32.335478363 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c585b0 item 59 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.408352018 +0000 UTC m=+32.336085349 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.408352018 +0000 UTC m=+32.336085349 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62122c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c58850 item 59 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.409787178 +0000 UTC m=+32.337520508 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c595e0 item 60 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.410451281 +0000 UTC m=+32.338184601 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6212e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c598f0 item 60 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.411029304 +0000 UTC m=+32.338762634 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.411029304 +0000 UTC m=+32.338762634 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6213940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c59b20 item 60 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.412335129 +0000 UTC m=+32.340068459 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf02a0 item 61 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.412798223 +0000 UTC m=+32.340531553 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a5c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.412798223 +0000 UTC m=+32.340531553 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624acc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf05b0 item 61 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.414615735 +0000 UTC m=+32.342349055 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1110 item 62 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.415285148 +0000 UTC m=+32.343018479 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.415285148 +0000 UTC m=+32.343018479 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1570 item 62 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.41667887 +0000 UTC m=+32.344412200 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1a40 item 63 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.417288441 +0000 UTC m=+32.345021771 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6274bc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.417288441 +0000 UTC m=+32.345021771 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62752c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1d50 item 63 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.418800445 +0000 UTC m=+32.346533775 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ebcf50 item 64 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.419350354 +0000 UTC m=+32.347083684 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6275e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.419350354 +0000 UTC m=+32.347083684 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ebd3b0 item 64 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.421067486 +0000 UTC m=+32.348800816 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c0c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4070 item 65 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.421608116 +0000 UTC m=+32.349341446 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.421608116 +0000 UTC m=+32.349341446 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4690 item 65 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.423022547 +0000 UTC m=+32.350755877 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62c1c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4ee0 item 66 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.423607111 +0000 UTC m=+32.351340441 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e01c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.423607111 +0000 UTC m=+32.351340441 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea5260 item 66 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.425511996 +0000 UTC m=+32.353245347 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e0d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea5ab0 item 67 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.426187212 +0000 UTC m=+32.353920542 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e11c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.426187212 +0000 UTC m=+32.353920542 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e16c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636c230 item 67 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.427570724 +0000 UTC m=+32.355304054 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63e1d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636d420 item 68 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.428295592 +0000 UTC m=+32.356028913 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.428295592 +0000 UTC m=+32.356028913 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636d650 item 68 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.429545944 +0000 UTC m=+32.357279274 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636da40 item 69 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.430429933 +0000 UTC m=+32.358163263 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.430429933 +0000 UTC m=+32.358163263 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636dc70 item 69 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.431637092 +0000 UTC m=+32.359370422 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bdd7a0 item 70 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.432183713 +0000 UTC m=+32.359917033 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64524c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.432183713 +0000 UTC m=+32.359917033 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6452a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bddab0 item 70 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.433358792 +0000 UTC m=+32.361092122 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a230 item 71 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.4338398 +0000 UTC m=+32.361573130 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.4338398 +0000 UTC m=+32.361573130 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6453a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a3f0 item 71 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.435508802 +0000 UTC m=+32.363242132 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a7e0 item 72 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.436055975 +0000 UTC m=+32.363789305 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.436055975 +0000 UTC m=+32.363789305 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6476c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669abd0 item 72 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.437341672 +0000 UTC m=+32.365074992 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b110 item 73 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.437785289 +0000 UTC m=+32.365518609 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b2d0 item 73 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.438441929 +0000 UTC m=+32.366175259 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6477bc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.438441929 +0000 UTC m=+32.366175259 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b570 item 73 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.439815001 +0000 UTC m=+32.367548332 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b8f0 item 74 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.440384427 +0000 UTC m=+32.368117757 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6496d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669bc00 item 74 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.440911472 +0000 UTC m=+32.368644802 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.440911472 +0000 UTC m=+32.368644802 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669bdc0 item 74 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.442290576 +0000 UTC m=+32.370023906 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc6c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aba5b0 item 75 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.442763519 +0000 UTC m=+32.370496839 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcbc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aba930 item 75 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.443283099 +0000 UTC m=+32.371016429 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.443283099 +0000 UTC m=+32.371016429 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abac40 item 75 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.444601068 +0000 UTC m=+32.372334398 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fddc80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abb2d0 item 76 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.445271263 +0000 UTC m=+32.373004593 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abb730 item 76 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.446071063 +0000 UTC m=+32.373804413 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652c7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.446071063 +0000 UTC m=+32.373804413 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652cd40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abb8f0 item 76 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.448022538 +0000 UTC m=+32.375755858 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abbd50 item 77 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.448658188 +0000 UTC m=+32.376391518 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af652d880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.448658188 +0000 UTC m=+32.376391518 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c62a0 item 77 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.450594414 +0000 UTC m=+32.378327734 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65446c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c6930 item 78 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.451274738 +0000 UTC m=+32.379008069 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6544bc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.451274738 +0000 UTC m=+32.379008069 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65452c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c6e00 item 78 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.453053957 +0000 UTC m=+32.380787287 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c71f0 item 79 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.453866181 +0000 UTC m=+32.381599551 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6545e00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.453866181 +0000 UTC m=+32.381599551 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656e600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7420 item 79 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.455691577 +0000 UTC m=+32.383424937 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656ec40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c79d0 item 80 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.456328239 +0000 UTC m=+32.384061579 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f140): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.456328239 +0000 UTC m=+32.384061579 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656f840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7ce0 item 80 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.458067193 +0000 UTC m=+32.385800552 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656fe80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6230 item 81 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.458745623 +0000 UTC m=+32.386478953 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.458745623 +0000 UTC m=+32.386478953 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b63f0 item 81 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.46065043 +0000 UTC m=+32.388383789 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6598fc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6a80 item 82 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.461431654 +0000 UTC m=+32.389164984 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65994c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.461431654 +0000 UTC m=+32.389164984 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6599a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6f50 item 82 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.462860082 +0000 UTC m=+32.390593412 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c21c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b72d0 item 83 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.463417243 +0000 UTC m=+32.391150563 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c26c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.463417243 +0000 UTC m=+32.391150563 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c2c00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7490 item 83 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.464788563 +0000 UTC m=+32.392521893 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7810 item 84 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.465489456 +0000 UTC m=+32.393222786 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.465489456 +0000 UTC m=+32.393222786 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65c3d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7a40 item 84 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.466702997 +0000 UTC m=+32.394436327 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7e30 item 85 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.468002461 +0000 UTC m=+32.395735831 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0980): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.468002461 +0000 UTC m=+32.395735831 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e0ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af69141c0 item 85 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.470070416 +0000 UTC m=+32.397803775 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6497c40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5b955e0 item 86 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.470723879 +0000 UTC m=+32.398457209 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.470723879 +0000 UTC m=+32.398457209 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c67c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5b95b90 item 86 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.472448274 +0000 UTC m=+32.400181634 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c6e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66781c0 item 87 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.473397216 +0000 UTC m=+32.401130546 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.473397216 +0000 UTC m=+32.401130546 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64c7880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678380 item 87 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.475246068 +0000 UTC m=+32.402979398 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678700 item 88 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.47576125 +0000 UTC m=+32.403494589 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ec500): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.47576125 +0000 UTC m=+32.403494589 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64eca80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678a10 item 88 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.477237887 +0000 UTC m=+32.404971217 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678d90 item 89 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.477882054 +0000 UTC m=+32.405615384 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ed600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678f50 item 89 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.478496333 +0000 UTC m=+32.406229663 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64edb40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.478496333 +0000 UTC m=+32.406229663 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66241c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6679110 item 89 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.480160205 +0000 UTC m=+32.407893535 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66795e0 item 90 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.480664426 +0000 UTC m=+32.408397757 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6082070 item 90 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.481556462 +0000 UTC m=+32.409289792 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.481556462 +0000 UTC m=+32.409289792 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6082c40 item 90 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.483478861 +0000 UTC m=+32.411212221 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6690e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6083490 item 91 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.484070147 +0000 UTC m=+32.411803517 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6083810 item 91 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.4847761 +0000 UTC m=+32.412509430 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af66918c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.4847761 +0000 UTC m=+32.412509430 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6691e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6083b90 item 91 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.486657292 +0000 UTC m=+32.414390622 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c230 item 92 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.48726007 +0000 UTC m=+32.414993419 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6724ac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c3f0 item 92 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.488229369 +0000 UTC m=+32.415962750 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.488229369 +0000 UTC m=+32.415962750 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af67255c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c770 item 92 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.490110321 +0000 UTC m=+32.417843691 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6725c00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611cb60 item 93 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.490694493 +0000 UTC m=+32.418427824 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.490694493 +0000 UTC m=+32.418427824 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674e940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611cee0 item 93 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.492579202 +0000 UTC m=+32.420312533 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674ef80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611d730 item 94 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.493310032 +0000 UTC m=+32.421043382 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674f4c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.493310032 +0000 UTC m=+32.421043382 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af674fbc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611dab0 item 94 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.495101155 +0000 UTC m=+32.422834525 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec8000 item 95 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.496030087 +0000 UTC m=+32.423763417 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.496030087 +0000 UTC m=+32.423763417 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782f40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec8d20 item 95 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.498235091 +0000 UTC m=+32.425968421 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e15c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6914700 item 96 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.498797172 +0000 UTC m=+32.426530532 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e1b00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.498797172 +0000 UTC m=+32.426530532 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f6300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af69148c0 item 96 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= 2026/07/22 01:59:05 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : >WaitForWriters: 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.506261205 +0000 UTC m=+32.433994535 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.506261205 +0000 UTC m=+32.433994535 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.506261205 +0000 UTC m=+32.433994535 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688c740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ace380 item 1 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.508842338 +0000 UTC m=+32.436575668 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688cd80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.508842338 +0000 UTC m=+32.436575668 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aced20 item 2 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.510470051 +0000 UTC m=+32.438203381 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688d8c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.510470051 +0000 UTC m=+32.438203381 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af688dd40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.510470051 +0000 UTC m=+32.438203381 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5acfc00 item 3 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.512489574 +0000 UTC m=+32.440222904 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782980): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.512489574 +0000 UTC m=+32.440222904 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6782ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec8d20 item 4 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.513963136 +0000 UTC m=+32.441696466 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.513963136 +0000 UTC m=+32.441696466 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6783cc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.513963136 +0000 UTC m=+32.441696466 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec96c0 item 5 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.51623207 +0000 UTC m=+32.443965400 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.51623207 +0000 UTC m=+32.443965400 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6624e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af69141c0 item 6 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.517613538 +0000 UTC m=+32.445346858 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.517613538 +0000 UTC m=+32.445346858 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6625b00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.517613538 +0000 UTC m=+32.445346858 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6914620 item 7 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.519405462 +0000 UTC m=+32.447138792 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.519405462 +0000 UTC m=+32.447138792 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fad00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6914d20 item 8 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af61fb2c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb2c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.520863424 +0000 UTC m=+32.448596754 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.520863424 +0000 UTC m=+32.448596754 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbb00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.520863424 +0000 UTC m=+32.448596754 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5e780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af69151f0 item 9 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.522684352 +0000 UTC m=+32.450417683 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.522684352 +0000 UTC m=+32.450417683 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af69156c0 item 10 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6a5e7c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5e7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.52419798 +0000 UTC m=+32.451931310 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5eb80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.52419798 +0000 UTC m=+32.451931310 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.52419798 +0000 UTC m=+32.451931310 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5f580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6915c00 item 11 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.526320887 +0000 UTC m=+32.454054217 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6a5fc00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.526320887 +0000 UTC m=+32.454054217 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f308c0 item 12 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af63d4940): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.528179858 +0000 UTC m=+32.455913188 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.528179858 +0000 UTC m=+32.455913188 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d53c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f31260 item 13 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.529560735 +0000 UTC m=+32.457294065 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.529560735 +0000 UTC m=+32.457294065 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0000 item 14 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af5ba8e00): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8e00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53103112 +0000 UTC m=+32.458764451 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53103112 +0000 UTC m=+32.458764451 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62867c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0620 item 15 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53246625 +0000 UTC m=+32.460199580 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53246625 +0000 UTC m=+32.460199580 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0f50 item 16 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53397023 +0000 UTC m=+32.461703560 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53397023 +0000 UTC m=+32.461703560 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53397023 +0000 UTC m=+32.461703560 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d15e0 item 17 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53594066 +0000 UTC m=+32.463673991 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5980): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.53594066 +0000 UTC m=+32.463673991 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1b90 item 18 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.537525993 +0000 UTC m=+32.465259354 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfaf00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.537525993 +0000 UTC m=+32.465259354 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.537525993 +0000 UTC m=+32.465259354 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba230 item 19 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.539678507 +0000 UTC m=+32.467411837 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.539678507 +0000 UTC m=+32.467411837 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64091c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba700 item 20 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.541281514 +0000 UTC m=+32.469014844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.541281514 +0000 UTC m=+32.469014844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.541281514 +0000 UTC m=+32.469014844 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bacb0 item 21 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.543547442 +0000 UTC m=+32.471280863 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684e9c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.543547442 +0000 UTC m=+32.471280863 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684ef00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bb2d0 item 22 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.54540534 +0000 UTC m=+32.473138670 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684f580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.54540534 +0000 UTC m=+32.473138670 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af684fa80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.54540534 +0000 UTC m=+32.473138670 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bb650 item 23 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.547786306 +0000 UTC m=+32.475519636 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685c700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.547786306 +0000 UTC m=+32.475519636 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685cc40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64bbc70 item 24 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af685d280): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.549721559 +0000 UTC m=+32.477454999 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685d640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.549721559 +0000 UTC m=+32.477454999 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af685db40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.549721559 +0000 UTC m=+32.477454999 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4230 item 25 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.552331297 +0000 UTC m=+32.480064617 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.552331297 +0000 UTC m=+32.480064617 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6868d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4770 item 26 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af6869380): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869380): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.554230112 +0000 UTC m=+32.481963442 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6869740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.554230112 +0000 UTC m=+32.481963442 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.554230112 +0000 UTC m=+32.481963442 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689a840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34070 item 27 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.556497432 +0000 UTC m=+32.484230782 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689aec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.556497432 +0000 UTC m=+32.484230782 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689b400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f348c0 item 28 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af689ba40): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689ba40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.558645828 +0000 UTC m=+32.486379158 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af689be00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.558645828 +0000 UTC m=+32.486379158 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aa5c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f34e70 item 29 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.560411892 +0000 UTC m=+32.488145222 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68aac40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.560411892 +0000 UTC m=+32.488145222 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f356c0 item 30 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): _readAt: size=2, off=0 2026/07/22 01:59:05 ERROR : open-test-file(0x3d8af68ab7c0): Couldn't read size of file 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ab7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.562240064 +0000 UTC m=+32.489973394 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68abb80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.562240064 +0000 UTC m=+32.489973394 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63120e0 item 31 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.564216065 +0000 UTC m=+32.491949395 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b89c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.564216065 +0000 UTC m=+32.491949395 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b8f00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6312620 item 32 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.566281746 +0000 UTC m=+32.494015076 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6312e00 item 33 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.56685615 +0000 UTC m=+32.494589480 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b99c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.56685615 +0000 UTC m=+32.494589480 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68b9ec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63131f0 item 33 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.56858259 +0000 UTC m=+32.496315920 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63135e0 item 34 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.569217819 +0000 UTC m=+32.496951149 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.569217819 +0000 UTC m=+32.496951149 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c4fc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6313a40 item 34 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.572742784 +0000 UTC m=+32.500476124 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6313e30 item 35 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.573764313 +0000 UTC m=+32.501497653 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68c5a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.573764313 +0000 UTC m=+32.501497653 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a150 item 35 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.575942545 +0000 UTC m=+32.503675885 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a4d0 item 36 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.576759668 +0000 UTC m=+32.504493007 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d4c00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.576759668 +0000 UTC m=+32.504493007 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5140): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699a690 item 36 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.578717915 +0000 UTC m=+32.506451265 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699aa10 item 37 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.579451921 +0000 UTC m=+32.507185261 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68d5c00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.579451921 +0000 UTC m=+32.507185261 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699abd0 item 37 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.581640032 +0000 UTC m=+32.509373372 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ea880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699af50 item 38 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.582383957 +0000 UTC m=+32.510117297 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ead80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.582383957 +0000 UTC m=+32.510117297 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb2c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b110 item 38 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.584044672 +0000 UTC m=+32.511778013 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68eb940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b500 item 39 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.584740706 +0000 UTC m=+32.512474046 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ebe40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.584740706 +0000 UTC m=+32.512474046 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fe440): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699b6c0 item 39 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.586626827 +0000 UTC m=+32.514360157 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68feac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699bb90 item 40 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.587235056 +0000 UTC m=+32.514968376 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68fefc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.587235056 +0000 UTC m=+32.514968376 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ff500): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af699bd50 item 40 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.589028492 +0000 UTC m=+32.516761822 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af68ffac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63065b0 item 41 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.589885671 +0000 UTC m=+32.517619051 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd80c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63067e0 item 41 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): close: 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.590575784 +0000 UTC m=+32.518309114 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.590575784 +0000 UTC m=+32.518309114 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd8ac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af63069a0 item 41 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.592778962 +0000 UTC m=+32.520512313 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6306ee0 item 42 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.593363206 +0000 UTC m=+32.521096537 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307260 item 42 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.594167956 +0000 UTC m=+32.521901326 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fd9b40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.594167956 +0000 UTC m=+32.521901326 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff81c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307420 item 42 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.595667958 +0000 UTC m=+32.523401288 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307960 item 43 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.596613943 +0000 UTC m=+32.524347293 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff8d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307c70 item 43 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.597533089 +0000 UTC m=+32.525266429 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.597533089 +0000 UTC m=+32.525266429 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6307e30 item 43 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.599646959 +0000 UTC m=+32.527380299 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ff9dc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c585b0 item 44 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.600374554 +0000 UTC m=+32.528107894 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60423c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c58850 item 44 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.601287707 +0000 UTC m=+32.529021048 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.601287707 +0000 UTC m=+32.529021048 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6042e80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c58e00 item 44 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.603174861 +0000 UTC m=+32.530908191 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60434c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c598f0 item 45 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.603742262 +0000 UTC m=+32.531475592 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60439c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.603742262 +0000 UTC m=+32.531475592 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af60701c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5c59b20 item 45 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.605497436 +0000 UTC m=+32.533230786 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf02a0 item 46 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.606164846 +0000 UTC m=+32.533898216 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6070d00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.606164846 +0000 UTC m=+32.533898216 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf05b0 item 46 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.608067559 +0000 UTC m=+32.535800889 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6071a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1110 item 47 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.608725601 +0000 UTC m=+32.536458931 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.608725601 +0000 UTC m=+32.536458931 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1570 item 47 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.610497908 +0000 UTC m=+32.538231307 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e8d80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1a40 item 48 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.611213388 +0000 UTC m=+32.538946718 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.611213388 +0000 UTC m=+32.538946718 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61e9980): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bf1d50 item 48 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.612924669 +0000 UTC m=+32.540657999 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62200c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ebcf50 item 49 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.613477031 +0000 UTC m=+32.541210362 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.613477031 +0000 UTC m=+32.541210362 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6220a80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ebd3b0 item 49 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.614856826 +0000 UTC m=+32.542590147 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221100): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4070 item 50 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.615465516 +0000 UTC m=+32.543198846 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.615465516 +0000 UTC m=+32.543198846 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6221b80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4690 item 50 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.616905955 +0000 UTC m=+32.544639275 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea4ee0 item 51 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.61747527 +0000 UTC m=+32.545208600 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624a800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.61747527 +0000 UTC m=+32.545208600 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624ad40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea5260 item 51 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.619123923 +0000 UTC m=+32.546857253 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b3c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea5ab0 item 52 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.619798256 +0000 UTC m=+32.547531586 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624b8c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.619798256 +0000 UTC m=+32.547531586 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af624be40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636c230 item 52 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.622415488 +0000 UTC m=+32.550148818 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62765c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636d420 item 53 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.6230575 +0000 UTC m=+32.550790830 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6276ac0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.6230575 +0000 UTC m=+32.550790830 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636d650 item 53 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.624571118 +0000 UTC m=+32.552304448 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636da40 item 54 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.625349788 +0000 UTC m=+32.553083118 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6277b80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.625349788 +0000 UTC m=+32.553083118 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a200): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af636dc70 item 54 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.626926314 +0000 UTC m=+32.554659644 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632a880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bdd7a0 item 55 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.627488927 +0000 UTC m=+32.555222257 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632ad80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.627488927 +0000 UTC m=+32.555222257 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af632b2c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5bddab0 item 55 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.629212109 +0000 UTC m=+32.556945439 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c440): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c6380 item 56 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.629961305 +0000 UTC m=+32.557694635 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691c940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.629961305 +0000 UTC m=+32.557694635 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691cec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c6690 item 56 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.631653639 +0000 UTC m=+32.559386990 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691d500): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c6ee0 item 57 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.632345145 +0000 UTC m=+32.560078475 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af691da40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7110 item 57 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.633203505 +0000 UTC m=+32.560936836 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.633203505 +0000 UTC m=+32.560936836 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693c600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c72d0 item 57 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.635161964 +0000 UTC m=+32.562895294 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693cc40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7880 item 58 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.636031785 +0000 UTC m=+32.563765116 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7ab0 item 58 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.636806729 +0000 UTC m=+32.564540059 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693d6c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.636806729 +0000 UTC m=+32.564540059 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af693dc80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60c7dc0 item 58 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.638388225 +0000 UTC m=+32.566121585 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69523c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6310 item 59 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.638869394 +0000 UTC m=+32.566602744 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6620 item 59 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.63969401 +0000 UTC m=+32.567427380 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6952e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.63969401 +0000 UTC m=+32.567427380 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69533c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b6850 item 59 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.641380535 +0000 UTC m=+32.569113865 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6953a00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7030 item 60 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.642186025 +0000 UTC m=+32.569919355 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b71f0 item 60 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.643357246 +0000 UTC m=+32.571090607 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968580): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.643357246 +0000 UTC m=+32.571090607 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6968b40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b73b0 item 60 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.64517584 +0000 UTC m=+32.572909160 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969180): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7730 item 61 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.645778066 +0000 UTC m=+32.573511437 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af69696c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.645778066 +0000 UTC m=+32.573511437 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6969dc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b78f0 item 61 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.647281686 +0000 UTC m=+32.575015006 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420500): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66b7ce0 item 62 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.648017946 +0000 UTC m=+32.575751276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6420a40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.648017946 +0000 UTC m=+32.575751276 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421140): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a070 item 62 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.649738775 +0000 UTC m=+32.577472105 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a3f0 item 63 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.650460087 +0000 UTC m=+32.578193447 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6421cc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.650460087 +0000 UTC m=+32.578193447 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64484c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669a620 item 63 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): >_readAt: n=0, err=Bad file descriptor 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.652252851 +0000 UTC m=+32.579986181 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6448b00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669abd0 item 64 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.652769306 +0000 UTC m=+32.580502637 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.652769306 +0000 UTC m=+32.580502637 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669aee0 item 64 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.654803317 +0000 UTC m=+32.582536647 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6449d80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b2d0 item 65 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.655433216 +0000 UTC m=+32.583166546 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.655433216 +0000 UTC m=+32.583166546 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646e800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b570 item 65 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.657178912 +0000 UTC m=+32.584912242 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646ee40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669b8f0 item 66 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.65771774 +0000 UTC m=+32.585451070 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f2c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.65771774 +0000 UTC m=+32.585451070 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646f800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af669bc00 item 66 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.659640599 +0000 UTC m=+32.587373930 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af646fe40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5b95260 item 67 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.660192693 +0000 UTC m=+32.587926012 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64923c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.660192693 +0000 UTC m=+32.587926012 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64928c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5b956c0 item 67 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.66195015 +0000 UTC m=+32.589683551 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6492f40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6082070 item 68 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.662709815 +0000 UTC m=+32.590443165 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493440): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.662709815 +0000 UTC m=+32.590443165 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6493980): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6082c40 item 68 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.664652874 +0000 UTC m=+32.592386244 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6083420 item 69 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.665576698 +0000 UTC m=+32.593310028 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64ce540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.665576698 +0000 UTC m=+32.593310028 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cea40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af60837a0 item 69 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.667402485 +0000 UTC m=+32.595135815 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf0c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6083dc0 item 70 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.668060117 +0000 UTC m=+32.595793447 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cf5c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.668060117 +0000 UTC m=+32.595793447 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af64cfb00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c1c0 item 70 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.669719499 +0000 UTC m=+32.597452850 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c620 item 71 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.670336334 +0000 UTC m=+32.598069664 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508780): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.670336334 +0000 UTC m=+32.598069664 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6508c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611c8c0 item 71 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.672668327 +0000 UTC m=+32.600401647 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611ce70 item 72 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.673634812 +0000 UTC m=+32.601368192 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.673634812 +0000 UTC m=+32.601368192 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6509d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611d1f0 item 72 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.675640779 +0000 UTC m=+32.603374129 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611d880 item 73 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.676284514 +0000 UTC m=+32.604017834 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540900): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611dc00 item 73 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.677124771 +0000 UTC m=+32.604858101 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.677124771 +0000 UTC m=+32.604858101 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541300): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af611ddc0 item 73 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.678996114 +0000 UTC m=+32.606729444 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541940): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678310 item 74 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.679662332 +0000 UTC m=+32.607395662 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66784d0 item 74 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.68150476 +0000 UTC m=+32.609238090 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656a480): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.68150476 +0000 UTC m=+32.609238090 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656aa00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678690 item 74 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.683441857 +0000 UTC m=+32.611175187 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b040): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678b60 item 75 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.684024938 +0000 UTC m=+32.611758268 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656b540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): _writeAt: size=3, off=2 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aba0e0 item 75 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.685188635 +0000 UTC m=+32.612921966 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c1c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.685188635 +0000 UTC m=+32.612921966 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660c740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5aba380 item 75 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.687164777 +0000 UTC m=+32.614898127 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660cd80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abab60 item 76 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.687685039 +0000 UTC m=+32.615418369 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abae00 item 76 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): _writeAt: size=3, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.688516318 +0000 UTC m=+32.616249649 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660d7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.688516318 +0000 UTC m=+32.616249649 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af660dd40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abb1f0 item 76 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69042409 +0000 UTC m=+32.618157420 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af656bc40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abb810 item 77 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.690947338 +0000 UTC m=+32.618680668 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.690947338 +0000 UTC m=+32.618680668 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fa9c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5abba40 item 77 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.692402475 +0000 UTC m=+32.620135805 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678000 item 78 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69287622 +0000 UTC m=+32.620609550 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fb500): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69287622 +0000 UTC m=+32.620609550 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af61fbc00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66781c0 item 78 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.694393104 +0000 UTC m=+32.622126434 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6678f50 item 79 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69486237 +0000 UTC m=+32.622595700 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5e5f7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69486237 +0000 UTC m=+32.622595700 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4400): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6679110 item 79 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.696572399 +0000 UTC m=+32.624305729 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba8740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f42a0 item 80 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.697031896 +0000 UTC m=+32.624765226 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5ba9540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.697031896 +0000 UTC m=+32.624765226 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286740): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f44d0 item 80 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.69841087 +0000 UTC m=+32.626144200 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6286e00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4850 item 81 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.699003819 +0000 UTC m=+32.626737149 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.699003819 +0000 UTC m=+32.626737149 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af62877c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4a10 item 81 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.700459277 +0000 UTC m=+32.628192607 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6287e40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f4fc0 item 82 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.700978257 +0000 UTC m=+32.628711587 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb4700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.700978257 +0000 UTC m=+32.628711587 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fb5800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f53b0 item 82 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.702231964 +0000 UTC m=+32.629965294 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfa600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f57a0 item 83 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.702875138 +0000 UTC m=+32.630608459 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfab80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.702875138 +0000 UTC m=+32.630608459 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5dfbbc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f5960 item 83 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.704299288 +0000 UTC m=+32.632032618 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af62f5ce0 item 84 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.704809621 +0000 UTC m=+32.632542951 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6408b00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.704809621 +0000 UTC m=+32.632542951 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409080): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea29a0 item 84 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.706012511 +0000 UTC m=+32.633745832 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ea3810 item 85 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.706512896 +0000 UTC m=+32.634246226 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6409c00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.706512896 +0000 UTC m=+32.634246226 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ace5b0 item 85 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.707917929 +0000 UTC m=+32.635651259 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65408c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5acecb0 item 86 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.708516358 +0000 UTC m=+32.636249688 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6540dc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.708516358 +0000 UTC m=+32.636249688 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af6541340): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5acf960 item 86 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.709820962 +0000 UTC m=+32.637554293 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65419c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5acfd50 item 87 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.710466902 +0000 UTC m=+32.638200232 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2000): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.710466902 +0000 UTC m=+32.638200232 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2540): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec80e0 item 87 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.712046063 +0000 UTC m=+32.639779393 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e2bc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec8f50 item 88 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.712824052 +0000 UTC m=+32.640557393 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e30c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.712824052 +0000 UTC m=+32.640557393 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3640): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec9260 item 88 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.714413442 +0000 UTC m=+32.642146772 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65e3c80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5ec9ab0 item 89 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.715035287 +0000 UTC m=+32.642768617 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f02c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6914070 item 89 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.715676597 +0000 UTC m=+32.643409927 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af65f0800): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.715676597 +0000 UTC m=+32.643409927 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4700): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66791f0 item 89 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.71738305 +0000 UTC m=+32.645116380 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d4d40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af66797a0 item 90 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.718005134 +0000 UTC m=+32.645738464 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af6679ce0 item 90 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.718726827 +0000 UTC m=+32.646460167 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d57c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.718726827 +0000 UTC m=+32.646460167 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af63d5d80): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f30150 item 90 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.72039687 +0000 UTC m=+32.648130200 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664a4c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f309a0 item 91 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.720886254 +0000 UTC m=+32.648619584 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664aa00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): >_readAt: n=2, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): _writeAt: size=3, off=7 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f31030 item 91 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.72176357 +0000 UTC m=+32.649496940 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664af40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): >_readAt: n=8, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.72176357 +0000 UTC m=+32.649496940 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664b4c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af5f31a40 item 91 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.723304209 +0000 UTC m=+32.651037529 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af664bb00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d00e0 item 92 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.723830092 +0000 UTC m=+32.651563422 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e140): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): open at offset 5 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d03f0 item 92 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): _readAt: size=2, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): _writeAt: size=3, off=5 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): >_writeAt: n=3, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.72459214 +0000 UTC m=+32.652325470 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666e680): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): >_readAt: n=3, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.72459214 +0000 UTC m=+32.652325470 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666ec40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0690 item 92 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.726190829 +0000 UTC m=+32.653924159 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f280): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d0fc0 item 93 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.726629889 +0000 UTC m=+32.654363219 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666f7c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.726629889 +0000 UTC m=+32.654363219 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af666fec0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1420 item 93 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.728398838 +0000 UTC m=+32.656132168 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fce600): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1880 item 94 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.729299488 +0000 UTC m=+32.657032818 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fceb40): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.729299488 +0000 UTC m=+32.657032818 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf240): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af61d1ab0 item 94 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.731062787 +0000 UTC m=+32.658796117 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcf880): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba150 item 95 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.731614228 +0000 UTC m=+32.659347568 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fcfdc0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.731614228 +0000 UTC m=+32.659347568 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdc5c0): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba310 item 95 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 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/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): open at offset 0 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): _readAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): >_readAt: n=0, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.733226011 +0000 UTC m=+32.660959381 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdcc00): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): _writeAt: size=5, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): >openPending: err= 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba690 item 96 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): >_writeAt: n=5, err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.733695438 +0000 UTC m=+32.661428768 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd140): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/22 01:59:05 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:05 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/22 01:59:05 DEBUG : open-test-file: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): _readAt: size=512, off=0 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): openPending: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): >openPending: err= 2026/07/22 01:59:05 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): >_readAt: n=5, err=EOF 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): close: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-22 01:59:05.733695438 +0000 UTC m=+32.661428768 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : open-test-file(0x3d8af5fdd840): >close: err= 2026/07/22 01:59:05 DEBUG : open-test-file: Remove: 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d8af64ba930 item 96 2026/07/22 01:59:05 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/22 01:59:05 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/22 01:59:05 DEBUG : open-test-file: >Remove: err= 2026/07/22 01:59:05 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : >WaitForWriters: 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.48s) --- PASS: TestRWFileHandleOpenTests/writes (0.24s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.01s) --- 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.01s) --- 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.23s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:05 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:05 DEBUG : file1: newRWFileHandle: 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): openPending: 2026/07/22 01:59:05 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): >openPending: err= 2026/07/22 01:59:05 DEBUG : file1: >newRWFileHandle: err= 2026/07/22 01:59:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:05 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/22 01:59:05 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): _writeAt: size=2, off=0 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): >_writeAt: n=2, err= 2026/07/22 01:59:05 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): RWFileHandle.Flush 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): RWFileHandle.Release 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): close: 2026/07/22 01:59:05 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/22 01:59:05 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:05 DEBUG : file1(0x3d8af65f1040): >close: err= 2026/07/22 01:59:05 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:05 DEBUG : file1: vfs cache: starting upload 2026/07/22 01:59:05 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1.a0a9169e.partial" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1.a0a9169e.partial 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1.a0a9169e.partial" 2026/07/22 01:59:05 DEBUG : Looking for writers 2026/07/22 01:59:05 DEBUG : file1: reading active writers 2026/07/22 01:59:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gihafac6piwo/file1.a0a9169e.partial 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:05 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/22 01:59:05 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/22 01:59:05 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/22 01:59:05 INFO : file1: Copied (new) 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:05 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : file1: reading active writers 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/22 01:59:06 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/22 01:59:06 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/22 01:59:06 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:06 DEBUG : >WaitForWriters: 2026/07/22 01:59:06 INFO : file1: vfs cache: upload succeeded try #1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/22 01:59:06 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : file1: reading active writers 2026/07/22 01:59:06 DEBUG : >WaitForWriters: 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.53s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:06 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:06 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:06 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:06 DEBUG : rename_me: newRWFileHandle: 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): openPending: 2026/07/22 01:59:06 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): >openPending: err= 2026/07/22 01:59:06 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/22 01:59:06 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/22 01:59:06 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): _writeAt: size=5, off=0 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): >_writeAt: n=5, err= 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): close: 2026/07/22 01:59:06 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-22 01:59:06.274453057 +0000 UTC m=+33.202186397 2026/07/22 01:59:06 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/22 01:59:06 DEBUG : rename_me(0x3d8af65f1840): >close: err= 2026/07/22 01:59:06 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/22 01:59:06 DEBUG : i_was_renamed: Updating file with 0x3d8af64355f0 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/22 01:59:06 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/22 01:59:06 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:06 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo/dir/file1: no such file or directory 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/22 01:59:06 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/22 01:59:06 DEBUG : i_was_renamed.4519805f.partial: size = 5 OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/i_was_renamed.4519805f.partial" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/i_was_renamed.4519805f.partial 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/i_was_renamed.4519805f.partial" 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/i_was_renamed.4519805f.partial 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : i_was_renamed.4519805f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:06 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:06 DEBUG : i_was_renamed.4519805f.partial: renamed to: i_was_renamed 2026/07/22 01:59:06 INFO : i_was_renamed: Copied (new) 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/i_was_renamed" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/i_was_renamed 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/i_was_renamed" 2026/07/22 01:59:06 DEBUG : Looking for writers 2026/07/22 01:59:06 DEBUG : i_was_renamed: reading active writers 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/i_was_renamed 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:06 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-22 01:59:06 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/22 01:59:06 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/22 01:59:06 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/22 01:59:06 DEBUG : >WaitForWriters: 2026/07/22 01:59:06 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.35s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:06 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/22 01:59:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gihafac6piwo" 2026/07/22 01:59:06 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:06 DEBUG : forgetting directory cache 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:06 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:06 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): _readAt: size=512, off=0 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): openPending: 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:00:06 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): >openPending: err= 2026/07/22 01:59:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): >_readAt: n=20, err=EOF 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): close: 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:00:06 +0000 UTC 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af63eed80): >close: err= 2026/07/22 01:59:07 DEBUG : Re-reading directory (110.818779ms old) 2026/07/22 01:59:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : forgetting directory cache 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): _readAt: size=512, off=0 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): openPending: 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:01:06 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-22 01:00:06 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-22 01:01:06 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-22 01:00:06 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/22 01:59:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): >openPending: err= 2026/07/22 01:59:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): >_readAt: n=20, err=EOF 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): close: 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:01:06 +0000 UTC 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate(0x3d8af6326200): >close: err= 2026/07/22 01:59:07 DEBUG : Re-reading directory (111.488985ms old) 2026/07/22 01:59:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:07 DEBUG : forgetting directory cache 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:07 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:07 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): _readAt: size=512, off=0 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): openPending: 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:02:06 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-22 01:01:06 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-22 01:02:06 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-22 01:01:06 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/22 01:59:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): >openPending: err= 2026/07/22 01:59:08 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): >_readAt: n=20, err=EOF 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): close: 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:02:06 +0000 UTC 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af601c840): >close: err= 2026/07/22 01:59:08 DEBUG : Re-reading directory (111.540422ms old) 2026/07/22 01:59:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : forgetting directory cache 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): _readAt: size=512, off=0 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): openPending: 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:03:06 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-22 01:02:06 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-22 01:03:06 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-22 01:02:06 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/22 01:59:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): >openPending: err= 2026/07/22 01:59:08 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): >_readAt: n=20, err=EOF 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): close: 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:03:06 +0000 UTC 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate(0x3d8af65fa100): >close: err= 2026/07/22 01:59:08 DEBUG : Re-reading directory (112.44986ms old) 2026/07/22 01:59:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:08 DEBUG : forgetting directory cache 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:08 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:08 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): _readAt: size=512, off=0 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): openPending: 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:04:06 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-22 01:03:06 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-22 01:04:06 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-22 01:03:06 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/22 01:59:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): >openPending: err= 2026/07/22 01:59:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): >_readAt: n=20, err=EOF 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): close: 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:04:06 +0000 UTC 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af601d640): >close: err= 2026/07/22 01:59:09 DEBUG : Re-reading directory (106.769896ms old) 2026/07/22 01:59:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : forgetting directory cache 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): _readAt: size=512, off=0 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): openPending: 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-22 01:05:06 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-22 01:04:06 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-22 01:05:06 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-22 01:04:06 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/22 01:59:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/22 01:59:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): >openPending: err= 2026/07/22 01:59:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): >_readAt: n=20, err=EOF 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): close: 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:05:06 +0000 UTC 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate(0x3d8af63262c0): >close: err= 2026/07/22 01:59:09 DEBUG : Re-reading directory (109.156502ms old) 2026/07/22 01:59:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:09 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:09 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : forgetting directory cache 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): _readAt: size=512, off=0 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): openPending: 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-22 01:06:06 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-22 01:05:06 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-22 01:06:06 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-22 01:05:06 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/22 01:59:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/22 01:59:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): >openPending: err= 2026/07/22 01:59:10 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): >_readAt: n=21, err=EOF 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): close: 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:06:06 +0000 UTC 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af660c940): >close: err= 2026/07/22 01:59:10 DEBUG : Re-reading directory (114.686092ms old) 2026/07/22 01:59:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : forgetting directory cache 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): _readAt: size=512, off=0 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): openPending: 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-22 01:07:06 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-22 01:06:06 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-22 01:07:06 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-22 01:06:06 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/22 01:59:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/22 01:59:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): >openPending: err= 2026/07/22 01:59:10 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): >_readAt: n=22, err=EOF 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): close: 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:07:06 +0000 UTC 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate(0x3d8af61fa280): >close: err= 2026/07/22 01:59:10 DEBUG : Re-reading directory (115.646584ms old) 2026/07/22 01:59:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:10 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : forgetting directory cache 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): _readAt: size=512, off=0 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): openPending: 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-22 01:08:06 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-22 01:07:06 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-22 01:08:06 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-22 01:07:06 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/22 01:59:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/22 01:59:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): >openPending: err= 2026/07/22 01:59:11 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): >_readAt: n=23, err=EOF 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): close: 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:08:06 +0000 UTC 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601cb00): >close: err= 2026/07/22 01:59:11 DEBUG : Re-reading directory (109.911928ms old) 2026/07/22 01:59:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : forgetting directory cache 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): _readAt: size=512, off=0 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): openPending: 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gihafac6piwo/TestRWCacheUpdate 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-22 01:09:06 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-22 01:08:06 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-22 01:09:06 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-22 01:08:06 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/22 01:59:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/22 01:59:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): >openPending: err= 2026/07/22 01:59:11 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): >_readAt: n=24, err=EOF 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): close: 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-22 01:09:06 +0000 UTC 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate(0x3d8af601d6c0): >close: err= 2026/07/22 01:59:11 DEBUG : Re-reading directory (117.324804ms old) 2026/07/22 01:59:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/22 01:59:11 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:11 DEBUG : Looking for writers 2026/07/22 01:59:11 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/22 01:59:11 DEBUG : >WaitForWriters: 2026/07/22 01:59:11 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.38s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : forgetting directory cache 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/22 01:59:12 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:12 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:12 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:12 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:12 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:12 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:12 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:12 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/22 01:59:12 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/22 01:59:12 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/22 01:59:12 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:12 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:12 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:12 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/22 01:59:12 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/22 01:59:12 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/22 01:59:12 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:12 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:12 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:12 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/FiLeA" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gihafac6piwo/FiLeA 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/22 01:59:13 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/22 01:59:13 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/22 01:59:13 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FiLeB" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/FiLeB 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:13 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/22 01:59:13 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/22 01:59:13 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/FilEb" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gihafac6piwo/FilEb 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/22 01:59:13 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/22 01:59:13 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/22 01:59:13 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/22 01:59:13 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/22 01:59:13 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:13 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:13 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:13 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/22 01:59:13 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/22 01:59:13 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/22 01:59:13 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/22 01:59:13 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/22 01:59:13 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:13 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:13 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:13 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:13 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:13 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:13 DEBUG : Looking for writers 2026/07/22 01:59:13 DEBUG : FiLeA: reading active writers 2026/07/22 01:59:13 DEBUG : FiLeB: reading active writers 2026/07/22 01:59:13 DEBUG : FilEb: reading active writers 2026/07/22 01:59:13 DEBUG : >WaitForWriters: 2026/07/22 01:59:13 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:13 DEBUG : Looking for writers 2026/07/22 01:59:13 DEBUG : FilEb: reading active writers 2026/07/22 01:59:13 DEBUG : FiLeA: reading active writers 2026/07/22 01:59:13 DEBUG : FiLeB: reading active writers 2026/07/22 01:59:13 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.64s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/normal name with no special characters.txt" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/normal name with no special characters.txt 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/normal name with no special characters.txt" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gihafac6piwo/normal name with no special characters.txt 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:13 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:13 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/normal name with no special characters.txt" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gihafac6piwo/normal name with no special characters.txt 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/測試_Русский___ě_áñ" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gihafac6piwo/測試_Русский___ě_áñ 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/22 01:59:14 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.64s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Reusing VFS from active cache 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:14 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:14 DEBUG : dir: Looking for writers 2026/07/22 01:59:14 DEBUG : file2: reading active writers 2026/07/22 01:59:14 DEBUG : Looking for writers 2026/07/22 01:59:14 DEBUG : dir: reading active writers 2026/07/22 01:59:14 DEBUG : file1: reading active writers 2026/07/22 01:59:14 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:14 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:14 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:14 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:15 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:15 DEBUG : dir: Looking for writers 2026/07/22 01:59:15 DEBUG : Looking for writers 2026/07/22 01:59:15 DEBUG : file1: reading active writers 2026/07/22 01:59:15 DEBUG : dir: reading active writers 2026/07/22 01:59:15 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:15 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:15 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:15 DEBUG : file1: Open: flags=O_RDONLY 2026/07/22 01:59:15 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/22 01:59:15 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/22 01:59:15 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:15 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/22 01:59:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/new_file.txt" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/new_file.txt 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/new_file.txt" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/dir/new_file.txt 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:15 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/22 01:59:15 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/22 01:59:15 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:15 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/22 01:59:15 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:15 DEBUG : dir: Looking for writers 2026/07/22 01:59:15 DEBUG : file2: reading active writers 2026/07/22 01:59:15 DEBUG : new_file.txt: reading active writers 2026/07/22 01:59:15 DEBUG : Looking for writers 2026/07/22 01:59:15 DEBUG : dir: reading active writers 2026/07/22 01:59:15 DEBUG : file1: reading active writers 2026/07/22 01:59:15 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.52s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:15 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file2" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/dir/file2 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:15 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/22 01:59:15 DEBUG : dir/file1: Updating file with dir/file1 0x3d8af64b41a0 2026/07/22 01:59:15 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/22 01:59:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:15 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:15 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/dir/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/dir/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:16 INFO : dir/file1: Moved (server-side) to: file0 2026/07/22 01:59:16 DEBUG : file0: Updating file with file0 0x3d8af64b41a0 2026/07/22 01:59:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file0" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file0 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file0" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gihafac6piwo/file0 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file0" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file0 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file0" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gihafac6piwo/file0 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/22 01:59:16 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:16 DEBUG : dir: Looking for writers 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : dir: reading active writers 2026/07/22 01:59:16 DEBUG : file0: reading active writers 2026/07/22 01:59:16 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.62s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:16 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Server has VFS statistics extension 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: About path "/rclone-test-gihafac6piwo" 2026/07/22 01:59:16 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:16 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/22 01:59:16 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : a: Looking for writers 2026/07/22 01:59:16 DEBUG : b: Looking for writers 2026/07/22 01:59:16 DEBUG : c: Looking for writers 2026/07/22 01:59:16 DEBUG : d: Looking for writers 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : b: reading active writers 2026/07/22 01:59:16 DEBUG : c: reading active writers 2026/07/22 01:59:16 DEBUG : d: reading active writers 2026/07/22 01:59:16 DEBUG : /: reading active writers 2026/07/22 01:59:16 DEBUG : a: reading active writers 2026/07/22 01:59:16 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.24s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:16 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/22 01:59:16 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/22 01:59:16 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/22 01:59:16 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/22 01:59:16 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:16 DEBUG : a/b/c/d: Looking for writers 2026/07/22 01:59:16 DEBUG : a/b/c: Looking for writers 2026/07/22 01:59:16 DEBUG : d: reading active writers 2026/07/22 01:59:16 DEBUG : a/b: Looking for writers 2026/07/22 01:59:16 DEBUG : c: reading active writers 2026/07/22 01:59:16 DEBUG : a: Looking for writers 2026/07/22 01:59:16 DEBUG : b: reading active writers 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : a: reading active writers 2026/07/22 01:59:16 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:16 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:16 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:16 DEBUG : Looking for writers 2026/07/22 01:59:16 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:16 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/22 01:59:16 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/22 01:59:16 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/22 01:59:16 DEBUG : file1: size = 5 OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/22 01:59:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:16 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/22 01:59:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/22 01:59:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/22 01:59:16 DEBUG : file1: size = 0 OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:16 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:16 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/22 01:59:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (7 bytes), uploading instead of streaming 2026/07/22 01:59:16 DEBUG : file1: size = 7 OK 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:16 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:17 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:17 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:17 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:17 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/22 01:59:17 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/22 01:59:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:17 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:17 DEBUG : Looking for writers 2026/07/22 01:59:17 DEBUG : file1: reading active writers 2026/07/22 01:59:17 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.56s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:17 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:17 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/22 01:59:18 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/22 01:59:18 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/22 01:59:18 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (11 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 11 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:18 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.34s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 5 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/22 01:59:18 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: WriteFileHandle.Release closing 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 0 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:18 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.08s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (2 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 2 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/22 01:59:18 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.12s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 0 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/22 01:59:18 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_RDONLY 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/22 01:59:18 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:18 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: File to upload is small (100 bytes), uploading instead of streaming 2026/07/22 01:59:18 DEBUG : file1: size = 100 OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/file1" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 6f1ce570d387cf3ce688bd9209abe768 /rclone-test-gihafac6piwo/file1 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:18 DEBUG : file1: Parsed hash: 6f1ce570d387cf3ce688bd9209abe768 2026/07/22 01:59:18 DEBUG : file1: md5 = 6f1ce570d387cf3ce688bd9209abe768 OK 2026/07/22 01:59:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/22 01:59:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/22 01:59:18 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/22 01:59:18 DEBUG : file1: Open: flags=O_RDONLY 2026/07/22 01:59:18 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/22 01:59:18 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/22 01:59:18 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:18 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:18 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:18 DEBUG : Looking for writers 2026/07/22 01:59:18 DEBUG : file1: reading active writers 2026/07/22 01:59:18 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.08s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:18 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:18 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:19 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: sha1sum /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:19 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/22 01:59:20 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/22 01:59:20 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f000.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gihafac6piwo/flat/f000.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/22 01:59:20 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/22 01:59:20 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f001.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gihafac6piwo/flat/f001.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/22 01:59:20 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/22 01:59:20 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f002.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gihafac6piwo/flat/f002.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/22 01:59:20 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/22 01:59:20 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f003.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gihafac6piwo/flat/f003.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/22 01:59:20 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/22 01:59:20 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/flat/f004.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gihafac6piwo/flat/f004.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/22 01:59:20 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:20 DEBUG : flat: Looking for writers 2026/07/22 01:59:20 DEBUG : f000.txt: reading active writers 2026/07/22 01:59:20 DEBUG : f001.txt: reading active writers 2026/07/22 01:59:20 DEBUG : f002.txt: reading active writers 2026/07/22 01:59:20 DEBUG : f003.txt: reading active writers 2026/07/22 01:59:20 DEBUG : f004.txt: reading active writers 2026/07/22 01:59:20 DEBUG : Looking for writers 2026/07/22 01:59:20 DEBUG : flat: reading active writers 2026/07/22 01:59:20 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.63s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:20 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:20 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/22 01:59:20 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/a/b/c/deep.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/a/b/c/deep.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/a/b/c/deep.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-gihafac6piwo/a/b/c/deep.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/22 01:59:20 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/22 01:59:20 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/a/b/mid.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/a/b/mid.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/a/b/mid.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-gihafac6piwo/a/b/mid.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/22 01:59:20 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/22 01:59:20 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/22 01:59:20 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:20 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/a/top.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/a/top.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/a/top.txt" 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-gihafac6piwo/a/top.txt 2026/07/22 01:59:20 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:20 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/22 01:59:20 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:20 DEBUG : a/b/c: Looking for writers 2026/07/22 01:59:20 DEBUG : deep.txt: reading active writers 2026/07/22 01:59:20 DEBUG : a/b: Looking for writers 2026/07/22 01:59:20 DEBUG : c: reading active writers 2026/07/22 01:59:20 DEBUG : mid.txt: reading active writers 2026/07/22 01:59:20 DEBUG : a: Looking for writers 2026/07/22 01:59:20 DEBUG : b: reading active writers 2026/07/22 01:59:20 DEBUG : top.txt: reading active writers 2026/07/22 01:59:20 DEBUG : Looking for writers 2026/07/22 01:59:20 DEBUG : a: reading active writers 2026/07/22 01:59:20 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.37s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:20 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/bigdir/big.bin" 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/bigdir/big.bin 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/bigdir/big.bin" 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: f16615acba0a88bbb35b9c4f8806bc6b /rclone-test-gihafac6piwo/bigdir/big.bin 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:21 DEBUG : bigdir/big.bin: Parsed hash: f16615acba0a88bbb35b9c4f8806bc6b 2026/07/22 01:59:21 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:21 DEBUG : bigdir: Looking for writers 2026/07/22 01:59:21 DEBUG : big.bin: reading active writers 2026/07/22 01:59:21 DEBUG : Looking for writers 2026/07/22 01:59:21 DEBUG : bigdir: reading active writers 2026/07/22 01:59:21 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.94s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gihafac6piwo", Local "Local file system at /tmp/rclone1045872953", Modify Window "1s" 2026/07/22 01:59:21 INFO : sftp://rclone@:22/rclone-test-gihafac6piwo: poll-interval is not supported by this remote 2026/07/22 01:59:21 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/22 01:59:21 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/22 01:59:21 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:21 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir1/a.txt" 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir1/a.txt 2026/07/22 01:59:21 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir1/a.txt" 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-gihafac6piwo/dir1/a.txt 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:22 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/22 01:59:22 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/22 01:59:22 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/22 01:59:22 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:22 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir2/b.txt" 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir2/b.txt 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir2/b.txt" 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-gihafac6piwo/dir2/b.txt 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:22 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/22 01:59:22 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/22 01:59:22 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/22 01:59:22 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/22 01:59:22 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Shell path "/rclone-test-gihafac6piwo/dir3/c.txt" 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: creating additional session 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Running remote command: md5sum /rclone-test-gihafac6piwo/dir3/c.txt 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gihafac6piwo/dir3/c.txt" 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: command exited OK 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-gihafac6piwo/dir3/c.txt 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: ssh external: close 2026/07/22 01:59:22 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/22 01:59:22 DEBUG : WaitForWriters: timeout=30s 2026/07/22 01:59:22 DEBUG : dir1: Looking for writers 2026/07/22 01:59:22 DEBUG : a.txt: reading active writers 2026/07/22 01:59:22 DEBUG : dir2: Looking for writers 2026/07/22 01:59:22 DEBUG : b.txt: reading active writers 2026/07/22 01:59:22 DEBUG : dir3: Looking for writers 2026/07/22 01:59:22 DEBUG : c.txt: reading active writers 2026/07/22 01:59:22 DEBUG : Looking for writers 2026/07/22 01:59:22 DEBUG : dir3: reading active writers 2026/07/22 01:59:22 DEBUG : dir1: reading active writers 2026/07/22 01:59:22 DEBUG : dir2: reading active writers 2026/07/22 01:59:22 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/22 01:59:22 DEBUG : sftp://rclone@:22/rclone-test-gihafac6piwo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 49.175824824s (try 1/5)